|
Pol
Revision:cb584c9
|
#include "wnsckt.h"#include <cstdio>#include <cstring>#include "esignal.h"#include "logfacility.h"#include "passert.h"#include "strutil.h"#include <arpa/inet.h>#include <errno.h>#include <fcntl.h>#include <netinet/in.h>#include <netinet/tcp.h>#include <sys/socket.h>#include <sys/time.h>#include <unistd.h>Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Clib | |
Macros | |
| #define | SCK_WATCH 0 |
| #define | SOCKET_ERRNO(x) x |
| #define | socket_errno errno |
Definition in file wnsckt.cpp.
| #define SCK_WATCH 0 |
Definition at line 39 of file wnsckt.cpp.
| #define SOCKET_ERRNO | ( | x | ) | x |
Definition at line 33 of file wnsckt.cpp.
Referenced by Pol::Core::check_incoming_data(), Pol::Core::client_io_thread(), Pol::Core::http_thread(), Pol::Clib::Socket::peek(), Pol::Network::Client::recv_remaining(), Pol::Network::Client::recv_remaining_nocrypt(), Pol::Clib::Socket::recvbyte(), Pol::Clib::Socket::recvdata(), Pol::Clib::Socket::select(), Pol::Clib::Socket::send(), Pol::Clib::Socket::send_nowait(), Pol::Network::Client::send_queued_data(), and Pol::Network::Client::xmit().
| #define socket_errno errno |
Definition at line 34 of file wnsckt.cpp.
Referenced by Pol::Core::check_incoming_data(), Pol::Core::client_io_thread(), Pol::Core::http_thread(), Pol::Network::init_sockets_library(), Pol::Clib::Socket::peek(), Pol::Network::Client::recv_remaining(), Pol::Network::Client::recv_remaining_nocrypt(), Pol::Clib::Socket::recvbyte(), Pol::Clib::Socket::recvdata(), Pol::Clib::Socket::select(), Pol::Clib::Socket::send(), Pol::Clib::Socket::send_nowait(), and Pol::Network::Client::xmit().