Documentation ¶
Index ¶
Constants ¶
View Source
const ( MaxPktBuf = 65536 Backlog = 1024 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { BindAddress string RemoteDialFunc func(ctx context.Context, network string) (net.Conn, error) Timeout time.Duration IdleTimeout time.Duration BaseContext context.Context PSKCallback func([]byte) ([]byte, error) PSKIdentity string MTU int CipherSuites ciphers.CipherList EllipticCurves ciphers.CurveList StaleMode util.StaleMode TimeLimitFunc func() time.Duration AllowFunc func(localAddr, remoteAddr net.Addr) bool }
Click to show internal directories.
Click to hide internal directories.