[Bug 265865] [tcp] Unable to use non default tcp stack and cc with daemons

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 23 Jul 2024 06:49:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265865

Ivan Rozhuk <rozhuk.im@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rozhuk.im@gmail.com
         Resolution|---                         |Overcome By Events
             Status|New                         |Closed

--- Comment #1 from Ivan Rozhuk <rozhuk.im@gmail.com> ---
Not actual on 14+ since there is kernel options added:

options         CC_CUBIC                #m Congestion Control: cubic.
options         CC_HTCP                 #m Congestion Control: htcp.
options         CC_NEWRENO              #m Congestion Control: newreno.
options         CC_DEFAULT=\"htcp\"     #o Default Congestion Control.
options         TCP_BBR                 #m Alternative TCP stacks
options         TCP_RACK                #m Alternative TCP stacks

-- 
You are receiving this mail because:
You are the assignee for the bug.