paullouisageneau / libjuice

JUICE is a UDP Interactive Connectivity Establishment library
Mozilla Public License 2.0
426 stars 80 forks source link

Remove DONT-FRAGMENT attribute from TURN requests #129

Closed paullouisageneau closed 3 years ago

paullouisageneau commented 3 years ago

This PR removes DONT-FRAGMENT attribute from TURN requests made by the agent, as it may be rejected by the TURN server, and is actually useless as it has no impact on Channel Data.

Fixes https://github.com/paullouisageneau/libdatachannel/issues/495