esl / MongooseICE

STUN/TURN server written in Elixir
https://www.erlang-solutions.com/products/mongooseim.html
Other
118 stars 15 forks source link

Support for DONT-FRAGMENT attribute #24

Open rslota opened 7 years ago

rslota commented 7 years ago

allocate request requires support for DONT-FRAGMENT attribute. The placeholder is in place, there is just need to the actual implementation and test.

There may be some issues with the implementation. Probably, the only way of setting this flag on the socket in Erlang is to set raw socket option which requires not only knowledge of the platform, code is running on but also the flag values from system headers. Implementing this feature may result in very messy and hacky code.