Winsock problem: connect fails when connected w/ modem (to irc server)

  • Thread starter Thread starter Lior
  • Start date Start date
L

Lior

Hi,

I'm trying to connect using winsock's connect function to an irc server.
When I'm connected with a network crad, all is well. When I'm connected thru
modem, 'connect' function fails and I get a time out.

Any ideas? any direction?

Thanks!
Lior
 
And do irc agent ( anyone ) can connect without problems in this case ?
Arkady
 
Try to increase connection time : you can do it in two ways : one to
increase number of retries and second initial time ( by default it have
value of 3 and increasing each retry twice )

Arkady
 
Those values in registry are :
TcpMaxConnectRetransmissions and TcpInitialRTT
Arkady
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top