Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages | Examples

Socket.h File Reference

#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <unistd.h>
#include <string>
#include <arpa/inet.h>
#include <iostream>
#include <string.h>
#include <errno.h>
#include <fcntl.h>

Include dependency graph for 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.

Classes

class  Socket

Variables

const int MAXHOSTNAME = 200
const int MAXCONNECTIONS = 5
const int MAXRECV = 500


Variable Documentation

const int MAXCONNECTIONS = 5
 

Definition at line 40 of file Socket.h.

const int MAXHOSTNAME = 200
 

Definition at line 39 of file Socket.h.

const int MAXRECV = 500
 

Definition at line 41 of file Socket.h.

Referenced by Socket::recv().


Generated on Wed Sep 5 12:54:34 2007 for DSACSS Operational Code by  doxygen 1.3.9.1