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
F107954306: D46140.id141447.diff
Sun, Jan 19, 10:06 PM
Unknown Object (File)
Fri, Jan 10, 9:24 AM
Unknown Object (File)
Fri, Jan 10, 4:48 AM
Unknown Object (File)
Mon, Jan 6, 4:38 AM
Unknown Object (File)
Nov 23 2024, 11:14 PM
Unknown Object (File)
Nov 23 2024, 3:59 PM
Unknown Object (File)
Nov 22 2024, 11:07 AM
Unknown Object (File)
Nov 20 2024, 11: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