Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cfg ¶
type Cfg struct { Versions []quic.VersionNumber ConnectionIDLength int HandshakeTimeout time.Duration MaxIdleTimeout time.Duration MaxReceiveStreamFlowControlWindow uint64 MaxReceiveConnectionFlowControlWindow uint64 MaxIncomingStreams int64 MaxIncomingUniStreams int64 StatelessResetKey []byte KeepAlive bool TokenStore quic.TokenStore QuicTracer quictrace.Tracer Tracer logging.Tracer AcceptToken func(clientAddr net.Addr, token *quic.Token) bool }
Click to show internal directories.
Click to hide internal directories.