|
Pol
Revision:cb584c9
|
#include "sockio.h"#include <cstdio>#include <cstring>#include <fcntl.h>#include <stdexcept>#include <string>#include "../clib/clib.h"#include "../clib/clib_endian.h"#include "../clib/logfacility.h"#include "../clib/strutil.h"#include "globals/network.h"#include "sockets.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Network | |
Macros | |
| #define | DISABLE_NAGLE_ALGORITHM 0 |
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::search_name (const char *hostname) |
| void | Pol::Network::set_ip_address (const char *ip) |
| void | Pol::Network::set_lan_address (const char *ip) |
Definition in file sockio.cpp.
| #define DISABLE_NAGLE_ALGORITHM 0 |