hbprotoss / rfc5766-turn-server

Automatically exported from code.google.com/p/rfc5766-turn-server
0 stars 0 forks source link

Dont-Fragment flag unnecessarily set on UDP listening sockets #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In media communications, it is RECOMMENDED that all UDP network packets are 
sized below MTU. But this is NOT REQUIRED, and the RFC 5766 is not requiring 
that, and not enforcing that. But the TURN Server rfc5766-turn-server 
unnecessary enforces this requirement: all client-facing UDP sockets have 
dont-fragment flag set to 1.  This means that the TURN Server will not relay 
the packets which have size more than MTU.

Original issue reported on code.google.com by mom040...@gmail.com on 9 Jun 2013 at 2:20

GoogleCodeExporter commented 8 years ago
Fixed in 1.8.6.3

Original comment by mom040...@gmail.com on 9 Jun 2013 at 3:05