Documentation
¶
Index ¶
Constants ¶
View Source
const ( ISUDP = 1 ISIPV4 = 1 << 1 ISIPV6 = 1 << 2 IPADDRSIZE = 16 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TunnelMessage ¶
type TunnelMessage struct {
// contains filtered or unexported fields
}
/ For UDP we need to convey additional info - so put a header in the packet that goes down the tunnel
func NewTunnelMessage ¶
func NewTunnelMessage(bufsize int) *TunnelMessage
Click to show internal directories.
Click to hide internal directories.