aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/udp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/udp.h b/src/udp.h
index 07d5247..cc14619 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -17,7 +17,9 @@
17#include "timeout.h" 17#include "timeout.h"
18#include "socket.h" 18#include "socket.h"
19 19
20#ifndef UDP_DATAGRAMSIZE
20#define UDP_DATAGRAMSIZE 8192 21#define UDP_DATAGRAMSIZE 8192
22#endif
21 23
22typedef struct t_udp_ { 24typedef struct t_udp_ {
23 t_socket sock; 25 t_socket sock;