Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // PRData contains dataLen bytes of pseudo-random data. PRData = GeneratePRData(dataLen) // PRDataLong contains dataLenLong bytes of pseudo-random data. PRDataLong = GeneratePRData(dataLenLong) )
Functions ¶
func StartQuicServer ¶
func StartQuicServer(versions []protocol.VersionNumber)
StartQuicServer starts a h2quic.Server. versions is a slice of supported QUIC versions. It may be nil, then all supported versions are used.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.