Documentation ¶
Index ¶
- Constants
- func Dial(ctx context.Context, dest net.Destination) (internet.Connection, error)
- func GetOriginalDestination(conn internet.Connection) (net.Destination, error)
- func ListenTCP(ctx context.Context, address net.Address, port net.Port, ...) (internet.Listener, error)
- type Config
- type TCPListener
Constants ¶
View Source
const SO_ORIGINAL_DST = 80
Variables ¶
This section is empty.
Functions ¶
func Dial ¶
func Dial(ctx context.Context, dest net.Destination) (internet.Connection, error)
func GetOriginalDestination ¶
func GetOriginalDestination(conn internet.Connection) (net.Destination, error)
Types ¶
type Config ¶
type Config struct {
HeaderSettings *v2ray_core_common_serial.TypedMessage `protobuf:"bytes,2,opt,name=header_settings,json=headerSettings" json:"header_settings,omitempty"`
}
func (*Config) Descriptor ¶
func (*Config) GetHeaderSettings ¶
func (m *Config) GetHeaderSettings() *v2ray_core_common_serial.TypedMessage
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
type TCPListener ¶
type TCPListener struct {
// contains filtered or unexported fields
}
func (*TCPListener) Addr ¶
func (v *TCPListener) Addr() net.Addr
func (*TCPListener) Close ¶
func (v *TCPListener) Close() error
func (*TCPListener) KeepAccepting ¶
func (v *TCPListener) KeepAccepting()
Click to show internal directories.
Click to hide internal directories.