Documentation
¶
Overview ¶
Package congestion contains code required to set the congestion control algorithm and read BBR variables of a net.Conn. This code currently only works on Linux systems, as BBR is only available there.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoSupport = errors.New("TCP_CC_INFO not supported")
ErrNoSupport indicates that this system does not support BBR.
Functions ¶
func GetBBRInfo ¶
GetBBRInfo obtains BBR info from |fp|.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.