Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
UserConfig
}
func (*Config) GetGROIPv4MaxSize ¶
func (*Config) GetGROIPv6MaxSize ¶
func (*Config) GetGSOIPv4MaxSize ¶
func (*Config) GetGSOIPv6MaxSize ¶
type UserConfig ¶
type UserConfig struct {
// EnableIPv6BIGTCP enables IPv6 BIG TCP (larger GSO/GRO limits) for the node including pods.
EnableIPv6BIGTCP bool
// EnableIPv4BIGTCP enables IPv4 BIG TCP (larger GSO/GRO limits) for the node including pods.
EnableIPv4BIGTCP bool
}
UserConfig are the configuration flags that the user can modify.
func (UserConfig) IsIPv4Enabled ¶
func (def UserConfig) IsIPv4Enabled() bool
func (UserConfig) IsIPv6Enabled ¶
func (def UserConfig) IsIPv6Enabled() bool
Click to show internal directories.
Click to hide internal directories.