You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
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.
allocaterequest requires support forDONT-FRAGMENTattribute. 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.