diff options
| -rw-r--r-- | src/udp.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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 | ||
| 22 | typedef struct t_udp_ { | 24 | typedef struct t_udp_ { |
| 23 | t_socket sock; | 25 | t_socket sock; |
