diff options
Diffstat (limited to 'src/udp.h')
-rw-r--r-- | src/udp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ | |||
19 | #include "timeout.h" | 19 | #include "timeout.h" |
20 | #include "socket.h" | 20 | #include "socket.h" |
21 | 21 | ||
22 | /* can't be larger than wsocket.c MAXCHUNK!!! */ | ||
22 | #define UDP_DATAGRAMSIZE 8192 | 23 | #define UDP_DATAGRAMSIZE 8192 |
23 | 24 | ||
24 | typedef struct t_udp_ { | 25 | typedef struct t_udp_ { |