#include <netinet/in.h>#include <netdb.h>#include <sys/types.h>#include <sys/socket.h>#include <arpa/inet.h>Functions | |
| int | socket_connect (char *host, int port) |
| Connect a TCP-stream to a server (Client side). More... | |
|
||||||||||||
|
Connect a TCP-stream to a server (Client side). Creates a socket and connect it over a TCP-stream to the specified port on the specified server.
|
1.2.15