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] Use TCP PSH bit #779

Merged
merged 1 commit into from
Jun 20, 2023
Merged

Conversation

joshuafried
Copy link
Contributor

Some TCP stacks may buffer received data until a segment is received with the PSH bit set. This PR modifies Demikernel's TCP stack to set the PSH bit when transmitting data to avoid high latencies when communicating with such TCP stacks. The PSH bit is only set on the final segment transmitted for each sent buffer.

@joshuafried joshuafried force-pushed the enhancement-inetstack-tcp-set-psh-flag branch from 077a25b to fff2e2e Compare June 19, 2023 21:42
Copy link
Contributor

@ppenna ppenna left a comment

Choose a reason for hiding this comment

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

LGTM

@ppenna ppenna added the enhancement Enhancement Request on an Existing Feature label Jun 20, 2023
@ppenna ppenna merged commit a7dcae9 into dev Jun 20, 2023
11 checks passed
@ppenna ppenna deleted the enhancement-inetstack-tcp-set-psh-flag branch June 20, 2023 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement Request on an Existing Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants