Documentation ¶
Overview ¶
Package bigtcp provides helpers to probe and enable BIG TCP for the Linux datapath
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cell = cell.Module( "bigtcp", "BIG TCP support", cell.Config(defaultUserConfig), cell.Provide(newBIGTCP, func(c types.BigTCPUserConfig) types.BigTCPConfig { return c }), cell.Invoke(func(*Configuration) {}), )
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { types.BigTCPUserConfig // contains filtered or unexported fields }
Configuration is the BIG TCP configuration. The values are finalized after BIG TCP has started and must not be read before that.
func (*Configuration) GetGROIPv4MaxSize ¶
func (c *Configuration) GetGROIPv4MaxSize() int
func (*Configuration) GetGROIPv6MaxSize ¶
func (c *Configuration) GetGROIPv6MaxSize() int
func (*Configuration) GetGSOIPv4MaxSize ¶
func (c *Configuration) GetGSOIPv4MaxSize() int
func (*Configuration) GetGSOIPv6MaxSize ¶
func (c *Configuration) GetGSOIPv6MaxSize() int
Click to show internal directories.
Click to hide internal directories.