Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct { quic.Connection quic.Stream }
Conn implements net.Conn interface, wrapping the underlying quic.Connection and quic.Stream
type PacketConn ¶
type PacketConn struct {
*ice.Conn
}
PacketConn implements net.PacketConn interface, wrapping the underlying *ice.Conn
Click to show internal directories.
Click to hide internal directories.