#include "inspircd_config.h"#include "base.h"#include <string>#include <map>#include <sys/types.h>#include <sys/socket.h>#include <netdb.h>#include <netinet/in.h>#include <unistd.h>#include <errno.h>#include <time.h>#include <vector>#include <deque>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 |
|
|
Definition at line 35 of file connection.h. |
|
|
Definition at line 34 of file connection.h. |
|
|
Definition at line 37 of file connection.h. |
|
|
Definition at line 38 of file connection.h. |
|
|
Definition at line 39 of file connection.h. |
|
|
Definition at line 36 of file connection.h. |
1.3.3