Documentation
¶
Index ¶
Constants ¶
View Source
const EnableDatagrams = true
View Source
const MaxIncomingStreams int64 = 1 << 60
2^60 == 1152921504606846976
View Source
const MaxIncomingUniStreams int64 = 1 << 60
2^60 == 1152921504606846976
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StreamConn ¶
type StreamConn struct {
webtransport.Stream
Session *webtransport.Session
}
func (*StreamConn) LocalAddr ¶
func (sc *StreamConn) LocalAddr() net.Addr
func (*StreamConn) RemoteAddr ¶
func (sc *StreamConn) RemoteAddr() net.Addr
Click to show internal directories.
Click to hide internal directories.