Page MenuHomeFreeBSD

Add a sysctl to toggle the use of the sockets LOWAT when calculating auto window growth
ClosedPublic

Authored by j-nitrology.com on May 31 2017, 9:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 2:57 PM
Unknown Object (File)
Wed, Apr 10, 7:09 AM
Unknown Object (File)
Wed, Apr 10, 2:07 AM
Unknown Object (File)
Mon, Apr 8, 5:25 PM
Unknown Object (File)
Mar 18 2024, 5:24 AM
Unknown Object (File)
Feb 17 2024, 9:55 PM
Unknown Object (File)
Feb 15 2024, 2:39 PM
Unknown Object (File)
Feb 13 2024, 11:04 AM
Subscribers
None

Details

Summary

For applications that don't send as aggressively, this helps ensure we still grow the local window by taking its low watermark into account. By default, SO_SNDLOWAT is a negligable 1024. When this number is bumped up for efficiency on a large number of sessions, it starts to affect the ability for growth in the current code.

Test Plan

We have been running with this SO_SNDLOWAT modification at LLNW for a few years

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

It may be more proper for this to go into tflag, but the downsides there is then it won't apply to existing sessions and we consume more space (which is low with the current padding). Open to any opinions, as locally we just have it hard coded on in any case.

I know this has been in prod for quite some time and works. I don't want to engage in "best-practices" for this. :-) LGTM.

This revision is now accepted and ready to land.Jun 20 2017, 11:30 PM
This revision was automatically updated to reflect the committed changes.