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

net: TCP MSS update #39275

Merged
merged 3 commits into from
Oct 14, 2021
Merged

net: TCP MSS update #39275

merged 3 commits into from
Oct 14, 2021

Conversation

finikorg
Copy link
Collaborator

@finikorg finikorg commented Oct 8, 2021

Cherry-picked @jukkar PR #32076

subsys/net/ip/tcp2.c Outdated Show resolved Hide resolved
jukkar and others added 3 commits October 14, 2021 10:58
Send our MSS to peer when sending SYN or SYN-ACK.

Fixes zephyrproject-rtos#30367

Signed-off-by: Jukka Rissanen <[email protected]>
Use the same TCP option definitions.

Signed-off-by: Andrei Emeltchenko <[email protected]>
Remove unneeded declaration and change include logic.

Signed-off-by: Andrei Emeltchenko <[email protected]>
@finikorg finikorg changed the title net: TCP2 recv win and mss update net: TCP MSS update Oct 14, 2021
Copy link
Contributor

@rlubos rlubos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nashif nashif merged commit 3f9d980 into zephyrproject-rtos:main Oct 14, 2021
@finikorg finikorg deleted the mss branch October 15, 2021 09:03
@rlubos rlubos added the backport v2.7-branch Request backport to the v2.7-branch label Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Networking backport v2.7-branch Request backport to the v2.7-branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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