Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

network_delivery_socket.h File Reference

#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:

Include dependency graph

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

Included by dependency graph

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


Define Documentation

#define CL_INVALID_SOCKET   -1
 

Definition at line 49 of file network_delivery_socket.h.

#define CL_SOCKET   int
 

Definition at line 53 of file network_delivery_socket.h.

#define CL_SOCKET_ERROR   -1
 

Definition at line 50 of file network_delivery_socket.h.

#define PRINT_SOCK_ERROR( )   strerror(errno)
 

Definition at line 52 of file network_delivery_socket.h.

#define TCP_NODELAY   1
 

Definition at line 55 of file network_delivery_socket.h.

#define closesocket( a )   close(a)
 

Definition at line 51 of file network_delivery_socket.h.


Generated at Wed Apr 4 19:55:22 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001