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