X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=utcp_priv.h;h=5672f06847bac45d3af4b0369730fe5ea8d3c032;hb=9470c449236afef22210803b359fe44d74e32636;hp=fe3fa6d799c84502ad97c5212f868ccf01da9126;hpb=134cccee1441033ad5bcb736a689a3a7481886d8;p=utcp 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