Does anyone have an explanation for this apparent inconsistency.  I was 
attempting to connect with a local service on a Win2k box.  "netstat 
-an" shows "TCP 0.0.0.0:1027 ... LISTENING".      Yet ...

open(":1027","n")    fails
open("127.0.0.1:1027","n") works
open("w.x.y.z:1027","n") where w.x.y.z is my real IP also works.

Any idea why the first open fails?  

This was run using the precompiled binary from sourceforge.

David Gamey




_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to