inetstack
inetstack copied to clipboard
[tcp] Compute Default MSS from MTU
Description
Currently, the default MSS size is hard-code (https://github.com/demikernel/catnip/blob/v0.7/src/protocols/tcp/constants.rs#L12).
Instead, we should compute this from the MTU.
Related Issues
demikernel/runtime#8