//
pkg.gl
Category
github.com/EdgeCast/vflow
mirror
package
0.9.1
Repository:
https://github.com/edgecast/vflow.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
4
Files
167 SLOC
#
Functions
NewIPv4HeaderTpl
NewIPv4HeaderTpl constructs IPv4 header template.
NewIPv6HeaderTpl
NewIPv6HeaderTpl returns a new IPv6 as template.
NewRawConn
NewRawConn constructs new raw socket.
#
Constants
IPv4HLen
IPv4HLen is IP version 4 header length.
IPv6HLen
IPv6HLen is IP version 6 header length.
UDPHLen
UDPHLen is UDP header length.
UDPProto
UDPProto is UDP protocol IANA number.
#
Structs
Conn
Conn represents socket connection properties.
IPv4
IPv4 represents the minimum IPV4 fields which they need to setup.
IPv6
IPv6 represents IP version 6 header.
UDP
UDP represents UDP header.
#
Interfaces
IP
IP is network layer corresponding to IPv4/IPv6.