diff options
Diffstat (limited to 'sockets.h')
-rw-r--r-- | sockets.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,8 +17,6 @@ #define BACKLOG 10 // maximum length to which the queue of pending connections for sockfd may grow -#define BOUNCERLISTENPORT "1234" // TODO: change this to a config option! - // get sockaddr, IPv4 or IPv6: void *get_in_addr(struct sockaddr *sa); |