|
Pol
Revision:cb584c9
|
#include "sockets.h"Go to the source code of this file.
Classes | |
| struct | Pol::Network::PolSocket |
Namespaces | |
| Pol | |
| Pol::Network | |
Functions | |
| const char * | Pol::Network::AddressToString (struct sockaddr *addr) |
| void | Pol::Network::apply_socket_options (SOCKET sck) |
| int | Pol::Network::deinit_sockets_library (void) |
| void | Pol::Network::disable_nagle (SOCKET sck) |
| int | Pol::Network::init_sockets_library (void) |
| SOCKET | Pol::Network::open_listen_socket (unsigned short port) |
| void | Pol::Network::transmit (Client *client, const void *data, int len) |
Definition in file sockio.h.