1. tcp.ew: Verifying Connection
- Posted by cklester <cklester at yahoo.com> Apr 22, 2004
- 420 views
when I call tcp_connect(), will it only return when connected, or do I need to verify the connection somehow? From looking at the sample code, it looks like it just returns and leaves it up to the user to figure out if it's connected (or wait for a connection message from the other side), but the behavior of my program seems to indicate it only returns after a connection is established. arrrrgh!