tcp

package
v3.19.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2018 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const SO_ORIGINAL_DST = 80

Variables

This section is empty.

Functions

func Dial

Dial dials a new TCP connection to the given destination.

func GetOriginalDestination

func GetOriginalDestination(conn internet.Connection) (net.Destination, error)

func ListenTCP

func ListenTCP(ctx context.Context, address net.Address, port net.Port, handler internet.ConnHandler) (internet.Listener, error)

ListenTCP creates a new Listener based on configurations.

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) Descriptor() ([]byte, []int)

func (*Config) GetHeaderSettings

func (m *Config) GetHeaderSettings() *v2ray_core_common_serial.TypedMessage

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) Reset

func (m *Config) Reset()

func (*Config) String

func (m *Config) String() string

type Listener

type Listener struct {
	// contains filtered or unexported fields
}

Listener is an internet.Listener that listens for TCP connections.

func (*Listener) Addr

func (v *Listener) Addr() net.Addr

Addr implements internet.Listener.Addr.

func (*Listener) Close

func (v *Listener) Close() error

Close implements internet.Listener.Close.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL