![]() |
SCTC
the soundcloud.com terminal client
|
Exported functions required for handling plain TCP/IP connections. More...
#include "network.h"Go to the source code of this file.
Functions | |
| struct network_conn * | plain_connect (char *server, int port) |
| Connect a plain TCP/IP socket to server:port. More... | |
Exported functions required for handling plain TCP/IP connections.
| struct network_conn* plain_connect | ( | char * | server, |
| int | port | ||
| ) |
Connect a plain TCP/IP socket to server:port.
| server | The server to connect to, either an IP or a hostname. |
| port | The servers port ( ) |
1.8.9.1