[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
TCPsocket SDLNet_TCP_Open(IPaddress *ip)
Connect to the host and port contained in ip using a TCP connection.
If the host is INADDR_ANY, then only the port number is used, and a socket is created
that can be used to later accept incoming TCP connections.
Returns: a valid TCPsocket on success, which indicates a successful connection has been established, or a socket has been created that is valid to accept incoming TCP connections. NULL is returned on errors, such as when it's not able to create a socket, or it cannot connect to host and/or port contained in ip.
|
|
See Also:
3.3.3 SDLNet_TCP_Accept,
3.3.2 SDLNet_TCP_Close,
4.1 IPaddress,
4.2 TCPsocket