A library that contains functions used for networking.
int ConnectTcp(int ip, int port)
Connects to a socket specified by the ip and port parameters. Returns a handle to the socket used for connecting.
A library that contains functions used for networking.
int ConnectTcp(int ip, int port)
Connects to a socket specified by the ip and port parameters. Returns a handle to the socket used for connecting.