aboutsummaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-05-24 18:02:49 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-05-24 18:02:49 +0200
commita8416237f30f77c5e78b06a58298442245911fb5 (patch)
tree41cf60471ebdc9d0fc07c324384b83748847d16b /src/socket.h
parentd8a545695458635a45bf179413e8e3824f76cba0 (diff)
POTD skeleton #79.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.h b/src/socket.h
index ebd78d8..2698ee2 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -3,7 +3,7 @@
#include <netdb.h>
-#define POTD_BACKLOG 8
+#define POTD_BACKLOG 1
typedef struct psocket {
int fd;