aboutsummaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/udp.h')
-rw-r--r--src/udp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udp.h b/src/udp.h
index 0d8e5f4..f34c8ad 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -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
24typedef struct t_udp_ { 24typedef struct t_udp_ {
25 t_sock sock; 25 t_sock sock;