agent: Use 1280 instead of 65536 buffer size to send STUN Message
authorOlivier Crête <olivier.crete@collabora.com>
Mon, 12 May 2014 23:40:08 +0000 (19:40 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Mon, 12 May 2014 23:42:09 +0000 (19:42 -0400)
commitfe76216194cd4f69206f71e8ca823c40787ac3f8
tree000e49137a438aae9d8a3d4cc3c391e31875113c
parentfff4864f13e4e1ba90eca9644ff715b3130d6ab8
agent: Use 1280 instead of 65536 buffer size to send STUN Message

RFC 5389 says:
   All STUN messages sent over UDP SHOULD be less than the path MTU, if
   known.  If the path MTU is unknown, messages SHOULD be the smaller of
   576 bytes and the first-hop MTU for IPv4 [RFC1122] and 1280 bytes for
   IPv6 [RFC2460].

So sending 65536 bytes is always wrong
agent/component.h
agent/conncheck.c
agent/conncheck.h
agent/discovery.h