Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TunToUDPLink ¶
type TunToUDPLink struct { LocalTxToTun chan interfaces.UDPPacket LocalRxFromTun chan interfaces.UDPPacket // contains filtered or unexported fields }
func NewTunToUDPLink ¶
func NewTunToUDPLink(TxToTun chan interfaces.UDPPacket, RxFromTun chan interfaces.UDPPacket, tunInterface water.Interface) (*TunToUDPLink, error)
func (*TunToUDPLink) Close ¶
func (ttl *TunToUDPLink) Close() error
func (*TunToUDPLink) InjectionLink ¶
func (ttl *TunToUDPLink) InjectionLink()
Click to show internal directories.
Click to hide internal directories.