Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPFIXServer ¶
type IPFIXServer struct {
// contains filtered or unexported fields
}
func New ¶
func New(listen string, numReaders int, output chan []*flow.Flow, ifResolver InterfaceResolver) (*IPFIXServer, error)
New creates and starts a new `IPFIXServer` instance
func (*IPFIXServer) Stop ¶
func (ipf *IPFIXServer) Stop()
Stop closes the socket and stops the workers
Click to show internal directories.
Click to hide internal directories.