summaryrefslogtreecommitdiff
path: root/sockets.h
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-12 19:11:30 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-12 19:11:30 +0100
commit34836ab2c9124e17d80bd8e8a1601398297391a8 (patch)
tree3079a0db3bc95c105c04b7730ef0d4c2c4af29c4 /sockets.h
parent62fe87f6052dc28e38f2edc940b2002ede087277 (diff)
Make client port configurable and move settings structure to be initialised in main() instead of dochat().
Diffstat (limited to 'sockets.h')
-rw-r--r--sockets.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sockets.h b/sockets.h
index 08ca457..523d609 100644
--- a/sockets.h
+++ b/sockets.h
@@ -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);