X-Git-Url: http://git.meshlink.io/?p=utcp;a=blobdiff_plain;f=utcp_priv.h;fp=utcp_priv.h;h=5672f06847bac45d3af4b0369730fe5ea8d3c032;hp=fe3fa6d799c84502ad97c5212f868ccf01da9126;hb=a7d31e61566f0d2e6cb0821fcdaf74ccfc1f8f64;hpb=134cccee1441033ad5bcb736a689a3a7481886d8 diff --git a/utcp_priv.h b/utcp_priv.h index fe3fa6d..5672f06 100644 --- a/utcp_priv.h +++ b/utcp_priv.h @@ -29,6 +29,7 @@ #define ACK 2 #define FIN 4 #define RST 8 +#define MF 16 #define AUX_INIT 1 #define AUX_FRAME 2 @@ -41,6 +42,7 @@ #define DEFAULT_RCVBUFSIZE 0 #define DEFAULT_MAXRCVBUFSIZE 131072 +#define MAX_UNRELIABLE_SIZE 65536 #define DEFAULT_MTU 1000 #define USEC_PER_SEC 1000000L