inetstack icon indicating copy to clipboard operation
inetstack copied to clipboard

[tcp] Fail Instead of Panicking on Bad Remote Window Scale

Open ppenna opened this issue 3 years ago • 0 comments

Description

In protocols::tcp::active_open::receive(), we currently panicking on a bad window scale, instead of failing or rounding down the provided value.

ppenna avatar Jan 26 '22 14:01 ppenna