Documentation
¶
Index ¶
Constants ¶
View Source
const ( IPV6_TRANSPARENT = 0x4b IPV6_RECVORIGDSTADDR = 0x4a )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UDPListener ¶
type UDPListener struct {
// contains filtered or unexported fields
}
func NewUDP ¶
func NewUDP(addr string, in chan<- *inbound.PacketAdapter) (*UDPListener, error)
func (*UDPListener) Address ¶
func (l *UDPListener) Address() string
func (*UDPListener) Close ¶
func (l *UDPListener) Close() error
Click to show internal directories.
Click to hide internal directories.