package
0.9.1
Repository: https://github.com/edgecast/vflow.git
Documentation: pkg.go.dev

# Functions

NewIPv4HeaderTpl constructs IPv4 header template.
NewIPv6HeaderTpl returns a new IPv6 as template.
NewRawConn constructs new raw socket.

# Constants

IPv4HLen is IP version 4 header length.
IPv6HLen is IP version 6 header length.
UDPHLen is UDP header length.
UDPProto is UDP protocol IANA number.

# Structs

Conn represents socket connection properties.
IPv4 represents the minimum IPV4 fields which they need to setup.
IPv6 represents IP version 6 header.
UDP represents UDP header.

# Interfaces

IP is network layer corresponding to IPv4/IPv6.