]> git.meshlink.io Git - meshlink/blobdiff - src/utcp_priv.h
Allow sending up to 16 MiB in one go over a UDP channel.
[meshlink] / src / utcp_priv.h
index 78cc9f95cfebe7968d6aa75ee4011d540a1584ff..531f26578e0dd79b335863aeed14c92beac27ffb 100644 (file)
@@ -42,7 +42,7 @@
 #define DEFAULT_RCVBUFSIZE 0
 #define DEFAULT_MAXRCVBUFSIZE 131072
 
-#define MAX_UNRELIABLE_SIZE 65536
+#define MAX_UNRELIABLE_SIZE 16777215
 #define DEFAULT_MTU 1000
 
 #define USEC_PER_SEC 1000000L