#include <sys/time.h>#include <sys/types.h>#include <sys/socket.h>#include <arpa/inet.h>#include <netinet/in.h>#include <unistd.h>#include <errno.h>#include <fcntl.h>#include <string.h>#include <list>#include <queue>#include "Network/Generic/network_delivery_impl.h"#include <netdb.h>Include dependency graph for network_delivery_socket.h:

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

Go to the source code of this file.
Compounds | |
| class | CL_UniformAcceptSocket |
| class | CL_UniformSocket |
| class | CL_UniformUDPConnection |
Defines | |
| #define | CL_INVALID_SOCKET -1 |
| #define | CL_SOCKET_ERROR -1 |
| #define | closesocket(a) close(a) |
| #define | PRINT_SOCK_ERROR() strerror(errno) |
| #define | CL_SOCKET int |
| #define | TCP_NODELAY 1 |
|
|
Definition at line 49 of file network_delivery_socket.h. |
|
|
Definition at line 53 of file network_delivery_socket.h. |
|
|
Definition at line 50 of file network_delivery_socket.h. |
|
|
Definition at line 52 of file network_delivery_socket.h. |
|
|
Definition at line 55 of file network_delivery_socket.h. |
|
|
Definition at line 51 of file network_delivery_socket.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001