Commit 1e179079 authored by Youness Alaoui's avatar Youness Alaoui

Make the max message size the same as before since not everyone will follow the limit

parent 43aebdbb
...@@ -62,7 +62,8 @@ ...@@ -62,7 +62,8 @@
#define STUN_MAX_MESSAGE_SIZE_IPV4 576 #define STUN_MAX_MESSAGE_SIZE_IPV4 576
#define STUN_MAX_MESSAGE_SIZE_IPV6 1280 #define STUN_MAX_MESSAGE_SIZE_IPV6 1280
#define STUN_MAX_MESSAGE_SIZE STUN_MAX_MESSAGE_SIZE_IPV4 /* #define STUN_MAX_MESSAGE_SIZE STUN_MAX_MESSAGE_SIZE_IPV4 */
#define STUN_MAX_MESSAGE_SIZE 65552
#define STUN_ID_LEN 16 #define STUN_ID_LEN 16
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment