Documentation
¶
Index ¶
Constants ¶
View Source
const ( //IPPROTO IP protocol number (unassigned) IPPROTO = 172 //IPHopLimit set packet TTL IPHopLimit = 64 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VPCTP ¶
type VPCTP struct {
// contains filtered or unexported fields
}
VPCTP tunnel protocol raw socket handler
func (*VPCTP) SetHandler ¶
func (vtp *VPCTP) SetHandler(h protocol.HandlerFunc)
SetHandler sets the receiving handler callback func
Click to show internal directories.
Click to hide internal directories.