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