Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFlowAggregator ¶
func NewFlowAggregator(externalFlowCollectorAddr net.Addr, exportInterval time.Duration, aggregatorTransportProtocol AggregatorTransportProtocol) *flowAggregator
Types ¶
type AggregatorTransportProtocol ¶
type AggregatorTransportProtocol string
const ( AggregatorTransportProtocolTCP AggregatorTransportProtocol = "TCP" AggregatorTransportProtocolUDP AggregatorTransportProtocol = "UDP" )
Click to show internal directories.
Click to hide internal directories.