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)
Wed, Nov 6, 3:22 AM
Unknown Object (File)
Fri, Oct 18, 3:03 AM
Unknown Object (File)
Fri, Oct 18, 2:09 AM
Unknown Object (File)
Fri, Oct 18, 2:08 AM
Unknown Object (File)
Fri, Oct 18, 2:08 AM
Unknown Object (File)
Wed, Oct 16, 3:32 PM
Unknown Object (File)
Mon, Oct 14, 9:09 PM
Unknown Object (File)
Sun, Oct 13, 1:02 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