#include "inspircd_config.h"
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <string>
#include <unistd.h>
#include <fcntl.h>
#include <poll.h>
#include <sstream>
#include <iostream>
#include <fstream>
#include "socket.h"
#include "inspircd.h"
#include "inspircd_io.h"
#include "inspircd_util.h"
#include "inspstring.h"
#include "helperfuncs.h"
#include "socketengine.h"
Include dependency graph for socket.cpp:
Go to the source code of this file.
Variables | |
SocketEngine * | SE |
int | boundPortCount |
int | openSockfd [MAXSOCKS] |
time_t | TIME |
InspSocket * | socket_ref [65535] |
|
|
|
|
|
|
|
Definition at line 46 of file socket.cpp. |
|
|