Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LocalTransport ¶
type LocalTransport struct {
// contains filtered or unexported fields
}
func NewLocalTransport ¶
func NewLocalTransport(options *LocalTransportOptions) *LocalTransport
type LocalTransportOptions ¶
type TCPTransport ¶
type TCPTransport struct {
// contains filtered or unexported fields
}
func NewTCPTransport ¶
func NewTCPTransport(server addrs.Socksaddr, options TCPTransportOptions) (*TCPTransport, error)
type TCPTransportOptions ¶
type UDPTransport ¶
type UDPTransport struct {
// contains filtered or unexported fields
}
func NewUDP ¶
func NewUDP(server addrs.Socksaddr, options UDPTransportOptions) *UDPTransport
func (*UDPTransport) Close ¶
func (t *UDPTransport) Close() error
type UDPTransportOptions ¶
Click to show internal directories.
Click to hide internal directories.