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.
allocate
request requires support forDONT-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.