Documentation
¶
Index ¶
Constants ¶
View Source
const ( EnableBandwidthManagerFlag = "enable-bandwidth-manager" EnableBBRFlag = "enable-bbr" EnableBBRHostnsOnlyFlag = "enable-bbr-hostns-only" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// EnableBandwidthManager enables EDT-based pacing
EnableBandwidthManager bool
// EnableBBR enables BBR TCP congestion control for the node including Pods
EnableBBR bool
// EnableBBRHostnsOnly enables BBR TCP congestion control for the node excluding Pods
EnableBBRHostnsOnly bool
}
Click to show internal directories.
Click to hide internal directories.