Documentation ¶
Index ¶
Constants ¶
View Source
const ServerMaxIncomingStreams = (1 << 32) - 1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Listener ¶
type Listener struct {
// contains filtered or unexported fields
}
func New ¶
func New(config LC.TuicServer, tcpIn chan<- C.ConnContext, udpIn chan<- C.PacketAdapter, additions ...inbound.Addition) (*Listener, error)
func (*Listener) Config ¶
func (l *Listener) Config() LC.TuicServer
Click to show internal directories.
Click to hide internal directories.