47 |
int port; /**< Listener IP port */ |
int port; /**< Listener IP port */ |
48 |
int ref_count; /**< Number of connection references */ |
int ref_count; /**< Number of connection references */ |
49 |
struct irc_ssaddr addr; /**< Holds an IPv6 or IPv4 address */ |
struct irc_ssaddr addr; /**< Holds an IPv6 or IPv4 address */ |
50 |
char name[HOSTIPLEN + 1]; /**< Holds an IPv6 or IPv4 address in string representation*/ |
char *name; /**< Holds an IPv6 or IPv4 address in string representation*/ |
51 |
unsigned int flags; /**< Listener flags (tls, hidden, server, client, defer) */ |
unsigned int flags; /**< Listener flags (tls, hidden, server, client, defer) */ |
52 |
}; |
}; |
53 |
|
|