feat(udp): Allow changing UDP_DATAGRAMSIZE at compile time (#452)

This commit is contained in:
Victor Bombi
2025-11-14 13:11:52 +01:00
committed by GitHub
parent 4844a48fbf
commit e13de20137

View File

@@ -17,7 +17,9 @@
#include "timeout.h"
#include "socket.h"
#ifndef UDP_DATAGRAMSIZE
#define UDP_DATAGRAMSIZE 8192
#endif
typedef struct t_udp_ {
t_socket sock;