diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-05-24 18:02:49 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-05-24 18:02:49 +0200 |
commit | a8416237f30f77c5e78b06a58298442245911fb5 (patch) | |
tree | 41cf60471ebdc9d0fc07c324384b83748847d16b /src/socket.h | |
parent | d8a545695458635a45bf179413e8e3824f76cba0 (diff) |
POTD skeleton #79.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 2 |
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; |