Skip to content

Add TCP_NOTSENT_LOWAT socketopt support#611

Merged
Thomasdezeeuw merged 1 commit intorust-lang:masterfrom
the8472:notsent-lowat
Sep 4, 2025
Merged

Add TCP_NOTSENT_LOWAT socketopt support#611
Thomasdezeeuw merged 1 commit intorust-lang:masterfrom
the8472:notsent-lowat

Conversation

@the8472
Copy link
Member

@the8472 the8472 commented Sep 2, 2025

Useful option for latency-sensitive applications to reduce local bufferbloat by not putting (much) more than what's needed to fill the BDP into the send buffer.
I've put some some relevant links in the commit message.

@Thomasdezeeuw Thomasdezeeuw merged commit 528ba2b into rust-lang:master Sep 4, 2025
47 checks passed
@Thomasdezeeuw
Copy link
Collaborator

Thanks @the8472

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants