Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[inetstack] Read TCP config from config.yaml #1289

Open
iyzhang opened this issue May 21, 2024 · 0 comments
Open

[inetstack] Read TCP config from config.yaml #1289

iyzhang opened this issue May 21, 2024 · 0 comments
Assignees
Labels
bug Something Isn't Working

Comments

@iyzhang
Copy link
Contributor

iyzhang commented May 21, 2024

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:

  1. Set MSS in config file
  2. Run Catpowder
  3. Note that the MSS is still set to the default of 1450

Expected Behavior

The MSS should reflect the value in the config file.

@iyzhang iyzhang added the bug Something Isn't Working label May 21, 2024
@iyzhang iyzhang self-assigned this May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something Isn't Working
Projects
None yet
Development

No branches or pull requests

1 participant