diff options
Diffstat (limited to 'src/udp.h')
-rw-r--r-- | src/udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ | |||
19 | #include "timeout.h" | 19 | #include "timeout.h" |
20 | #include "socket.h" | 20 | #include "socket.h" |
21 | 21 | ||
22 | #define UDP_DATAGRAMSIZE 576 | 22 | #define UDP_DATAGRAMSIZE 8192 |
23 | 23 | ||
24 | typedef struct t_udp_ { | 24 | typedef struct t_udp_ { |
25 | t_sock sock; | 25 | t_sock sock; |