We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4844a48 commit e13de20Copy full SHA for e13de20
1 file changed
src/udp.h
@@ -17,7 +17,9 @@
17
#include "timeout.h"
18
#include "socket.h"
19
20
+#ifndef UDP_DATAGRAMSIZE
21
#define UDP_DATAGRAMSIZE 8192
22
+#endif
23
24
typedef struct t_udp_ {
25
t_socket sock;
0 commit comments