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
F97716884: D46140.id.diff
Mon, Sep 30, 11:01 PM
Unknown Object (File)
Mon, Sep 23, 7:19 PM
Unknown Object (File)
Sun, Sep 22, 12:54 PM
Unknown Object (File)
Sat, Sep 21, 3:08 PM
Unknown Object (File)
Sat, Sep 21, 9:28 AM
Unknown Object (File)
Sat, Sep 21, 9:28 AM
Unknown Object (File)
Sat, Sep 21, 9:28 AM
Unknown Object (File)
Sat, Sep 21, 9:28 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