Page MenuHomeFreeBSD

tcp: Ensure that vnets have an initialized V_default_cc_ptr
ClosedPublic

Authored by markj on Nov 12 2021, 6:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 6, 10:11 PM
Unknown Object (File)
Tue, Nov 5, 5:56 PM
Unknown Object (File)
Sat, Nov 2, 4:53 AM
Unknown Object (File)
Sun, Oct 13, 3:48 AM
Unknown Object (File)
Oct 4 2024, 8:58 AM
Unknown Object (File)
Oct 3 2024, 5:34 AM
Unknown Object (File)
Oct 1 2024, 12:57 PM
Unknown Object (File)
Sep 28 2024, 1:16 PM
Subscribers

Details

Summary

This causes new vnets to inherit the cc algorithm from vnet0. This is a
temporary patch to fix vnet jail creation.

With encouragement from: glebius
Fixes: b8d60729deef ("tcp: Congestion control cleanup.")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Nov 12 2021, 6:25 PM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 12 2021, 7:19 PM
This revision was automatically updated to reflect the committed changes.