demikernel
demikernel copied to clipboard
[inetstack] Support SO_LINGER
Context
Currently our TCP stack does not properly perform a time wait. We should have an option for setting it once we do perform it.
Proposed Solution
Add a way for applications to set socket options in our API.
We need a general way to set socket options, see issue #74