demikernel
demikernel copied to clipboard
[tcp] Fail Instead of Panicking on Bad Remote Window Scale
Description
In protocols::tcp::active_open::receive()
, we currently panicking on a bad window scale, instead of failing or rounding down the provided value.