Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContextDialer ¶
type Interface ¶
type Interface interface { net.Listener ContextDialer net.PacketConn SetReadBuffer(int) error // for QUIC SyscallConn() (syscall.RawConn, error) // for QUIC }
func TLSWithInsecureUDP ¶
func Trace ¶
func Trace(transport Interface, logger TraceLogger) Interface
type TraceLogger ¶
type TraceLogger interface {
Printf(string, ...interface{})
}
Click to show internal directories.
Click to hide internal directories.