Versions in this module Expand all Collapse all v0 v0.29.0 Jul 29, 2023 Changes in this version + var AcceptQueueLength = 16 + var ErrNilPeer = errors.New("nil peer") + func New(security []sec.SecureTransport, muxers []StreamMuxer, psk ipnet.PSK, ...) (transport.Upgrader, error) + type Option func(*upgrader) error + func WithAcceptTimeout(t time.Duration) Option + type StreamMuxer struct + ID protocol.ID + Muxer network.Multiplexer