Anope IRC Services
Version 2.0
|
#include "services.h"
#include "sockets.h"
#include "socketengine.h"
#include "logger.h"
#include <arpa/inet.h>
#include <errno.h>
#include <fcntl.h>
Go to the source code of this file.
Variables | |
uint32_t | TotalRead = 0 |
uint32_t | TotalWritten = 0 |
SocketIO | NormalSocketIO |
SocketIO NormalSocketIO |
Definition at line 29 of file sockets.cpp.
Referenced by SSLSocketIO::Accept(), SSLSocketIO::Connect(), SSLSocketIO::FinishAccept(), SSLSocketIO::FinishConnect(), MySSLService::Init(), and Socket::Socket().
uint32_t TotalRead = 0 |
Definition at line 26 of file sockets.cpp.
Referenced by SSLSocketIO::Recv(), SocketIO::Recv(), and Message::Stats::Run().
uint32_t TotalWritten = 0 |
Definition at line 27 of file sockets.cpp.
Referenced by Message::Stats::Run(), SSLSocketIO::Send(), and SocketIO::Send().