You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we do not consistently get all of our TCP configuration parameters (e.g., MTU, MSS, window scale, receive window size, handshake retries, handshake timeout, ack delay time out) from the config file. We get some of them and then just use defaults for others (even if they are present in the config file, we will not read them and will not issue a warning either).
How to Reproduce
Steps to reproduce the behavior:
Set MSS in config file
Run Catpowder
Note that the MSS is still set to the default of 1450
Expected Behavior
The MSS should reflect the value in the config file.
The text was updated successfully, but these errors were encountered:
Description
Currently we do not consistently get all of our TCP configuration parameters (e.g., MTU, MSS, window scale, receive window size, handshake retries, handshake timeout, ack delay time out) from the config file. We get some of them and then just use defaults for others (even if they are present in the config file, we will not read them and will not issue a warning either).
How to Reproduce
Steps to reproduce the behavior:
Expected Behavior
The MSS should reflect the value in the config file.
The text was updated successfully, but these errors were encountered: