The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

treesocket.h File Reference

#include "commands/cmd_whois.h"
#include "commands/cmd_stats.h"
#include "socket.h"
#include "inspircd.h"
#include "xline.h"
#include "transport.h"
#include "m_spanningtree/utils.h"

Include dependency graph for treesocket.h:

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

Go to the source code of this file.

Classes

class  TreeSocket
 Every SERVER connection inbound or outbound is represented by an object of type TreeSocket. More...
struct  cmd_validation
struct  cap_validation

Enumerations

enum  ServerState { CONNECTING, WAIT_AUTH_1, WAIT_AUTH_2, CONNECTED }


Enumeration Type Documentation

enum ServerState
 

Enumerator:
CONNECTING 
WAIT_AUTH_1 
WAIT_AUTH_2 
CONNECTED 

Definition at line 58 of file treesocket.h.