#include "inspircd_config.h"
#include "base.h"
#include <string>
#include <map.h>
#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 dependency graph for connection.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | connection |
class | packet |
Defines | |
#define | PT_SYN_ONLY 0 |
#define | PT_ACK_ONLY 1 |
#define | PT_SYN_WITH_DATA 2 |
|
Definition at line 21 of file connection.h. |
|
Definition at line 20 of file connection.h. |
|
Definition at line 22 of file connection.h. |