inetstack icon indicating copy to clipboard operation
inetstack copied to clipboard

[tcp] Compute Default MSS from MTU

Open ppenna opened this issue 3 years ago • 0 comments

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

ppenna avatar Dec 30 '21 13:12 ppenna