Page MenuHomeFreeBSD

tcp: make sysctl variables ack_war_timewindow and ack_war_cnt vnet specific
ClosedPublic

Authored by tuexen on Jul 25 2024, 10:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 17, 2:53 AM
Unknown Object (File)
Thu, Oct 16, 2:28 AM
Unknown Object (File)
Wed, Oct 15, 1:53 AM
Unknown Object (File)
Sun, Sep 28, 1:19 AM
Unknown Object (File)
Sep 15 2025, 9:44 PM
Unknown Object (File)
Sep 12 2025, 10:09 AM
Unknown Object (File)
Aug 22 2025, 3:33 PM
Unknown Object (File)
Aug 17 2025, 12:26 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

ship after update

sys/netinet/tcp_subr.c
145

(to ack_war_cnt) can just be (ack_war_cnt)

This revision is now accepted and ready to land.Jul 26 2024, 3:29 PM

We need these applied to rack_bbr_common.c as well.

Add required changes to rack.c and rack_bbr_common.c.

This revision now requires review to proceed.Jul 26 2024, 4:53 PM

We need these applied to rack_bbr_common.c as well.

Thanks. Without those changes, the modules compile, but do not load. There was also a change in rack.c missing. Fixed now.

Address comment from cc@ and bump date in man page.

tuexen added inline comments.
sys/netinet/tcp_subr.c
145

Fixed.

This revision is now accepted and ready to land.Jul 27 2024, 3:08 AM