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
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.
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
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
The text was updated successfully, but these errors were encountered: