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
F123296242: D46140.diff
Sun, Jul 13, 8:01 AM
Unknown Object (File)
Fri, Jun 27, 3:38 PM
Unknown Object (File)
Jun 11 2025, 12:13 AM
Unknown Object (File)
May 23 2025, 10:19 AM
Unknown Object (File)
May 17 2025, 4:29 PM
Unknown Object (File)
May 17 2025, 4:06 AM
Unknown Object (File)
May 16 2025, 7:38 AM
Unknown Object (File)
May 15 2025, 6:25 PM
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