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

connection.h File Reference

#include "inspircd_config.h"
#include "base.h"
#include <string>
#include <map>
#include <sys/socket.h>
#include <sys/types.h>
#include <netdb.h>
#include <netinet/in.h>
#include <unistd.h>
#include <errno.h>
#include <time.h>
#include <vector>
#include <deque>

Include dependency graph for connection.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  connection
 Please note: classes serverrec and userrec both inherit from class connection. More...

class  ircd_connector
 Each connection has one or more of these each represents ONE outbound connection to another ircd so each inbound has multiple outbounds. More...

class  packet
 Class packet is deprecated. More...


Defines

#define STATE_DISCONNECTED   0
#define STATE_CONNECTED   1
#define STATE_SYNC   2
#define STATE_NOAUTH_INBOUND   3
#define STATE_NOAUTH_OUTBOUND   4
#define STATE_SERVICES   5


Define Documentation

#define STATE_CONNECTED   1
 

Definition at line 23 of file connection.h.

#define STATE_DISCONNECTED   0
 

Definition at line 22 of file connection.h.

#define STATE_NOAUTH_INBOUND   3
 

Definition at line 25 of file connection.h.

#define STATE_NOAUTH_OUTBOUND   4
 

Definition at line 26 of file connection.h.

#define STATE_SERVICES   5
 

Definition at line 27 of file connection.h.

#define STATE_SYNC   2
 

Definition at line 24 of file connection.h.


Generated on Sat May 1 20:57:51 2004 for InspIRCd by doxygen1.3-rc3