Disclaimer: This file is not intended to be clean, nice, nor beautiful. More...
#include <cstdarg>
#include <unistd.h>
#include <sys/socket.h>
#include <sys/poll.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <pthread.h>
#include <config.h>
Include dependency graph for os_wrapper.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| #define | closesocket close |
| #define | MSG_NOSIGNAL 0 |
| void | initialize_socket () |
Disclaimer: This file is not intended to be clean, nice, nor beautiful.
The reference OS is GNU/Linux.
1.4.7