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

subsys/net/ip/tcp2: Missing feature to decrease Receive Window size sent in the ACK messge #39132

Closed
ycsin opened this issue Oct 5, 2021 · 1 comment · Fixed by #39275 or #43018
Closed
Labels
Feature Request A request for a new feature

Comments

@ycsin
Copy link
Member

ycsin commented Oct 5, 2021

Is your feature request related to a problem? Please describe.
TCP2 implementation missing the feature to limit the amount of data sent by the server by decreasing the Receive Window size sent in the ACK messge, effectively giving no limits to the server and can overload a constrained embedded device.

Describe the solution you'd like
Implement the feature in TCP2.

Additional context
comment

@ycsin ycsin added the Feature Request A request for a new feature label Oct 5, 2021
@ycsin ycsin changed the title tcp2: Missing feature to decrease Receive Window size sent in the ACK messge subsys/net/ip/tcp2: Missing feature to decrease Receive Window size sent in the ACK messge Oct 5, 2021
@ycsin ycsin linked a pull request Oct 11, 2021 that will close this issue
@rlubos rlubos reopened this Feb 9, 2022
@rlubos
Copy link
Contributor

rlubos commented Feb 9, 2022

Reopening since this isn't implemented yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request A request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants