Functions | |
int | TcpConnect (TCPSOCKET *sock, u_long addr, u_short port, u_short lport) |
Connect to a remote socket. |
|
Connect to a remote socket. This function tries to establish a connection on specified local port to the specified remote port of the specified remote server. The calling thread will be suspended until a connection is successfully established or an error occurs. This function is typically used by TCP client applications.
|