Server is not active?

Kapps opantm2+spam at gmail.com
Sat Sep 28 16:25:19 PDT 2013


This is just a guess, but it is because you're setting the socket 
to be blocking after the call to accept? If it defaults to 
non-blocking, this would cause accept to return immediately, so 
the client connecting would fail as the server isn't currently 
accepting connections. Also to verify it's not a firewall issue, 
for connecting try using 127.0.0.1.


More information about the Digitalmars-d-learn mailing list