Documentation ¶
Index ¶
Constants ¶
This section is empty.
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 PacketConn ¶
type PacketConn struct {
// contains filtered or unexported fields
}
func NewUDP ¶
func NewUDP(addr, target, proxy string, in chan<- *inbound.PacketAdapter) (*PacketConn, error)
func (*PacketConn) RawAddress ¶
func (l *PacketConn) RawAddress() string
RawAddress implements C.Listener
Click to show internal directories.
Click to hide internal directories.