InspIRCd
3.0
|
#include <socket.h>
Public Member Functions | |
FailedPort (int err, irc::sockets::sockaddrs &ep, ConfigTag *cfg) | |
Public Attributes | |
int | error |
irc::sockets::sockaddrs | sa |
ConfigTag * | tag |
Represents information about a failed port binding.
int FailedPort::error |
The error which happened during binding.
irc::sockets::sockaddrs FailedPort::sa |
The endpoint on which we were attempting to bind.
ConfigTag* FailedPort::tag |
The config tag that the listener was created from.