package
0.0.0-20240605145135-70feac92938f
Repository: https://github.com/getstream/quic-go.git
Documentation: pkg.go.dev
# Packages
Package list implements a doubly linked list.
No description provided by the author
# Functions
No description provided by the author
MaxTime returns the later time.
MinNonZeroDuration return the minimum duration that's not zero.
MinTime returns the earlier time.
NewBufferedWriteCloser creates an io.WriteCloser from a bufio.Writer and an io.Closer.
NewRTTStats makes a properly initialized RTTStats object.
NewTimer creates a new timer that is not set.
# Constants
InfDuration is a duration of infinite length.
LogLevelDebug enables debug logs (e.g.
LogLevelError enables err logs.
LogLevelInfo enables info logs (e.g.
LogLevelNothing disables.
# Variables
BigEndian is the big-endian implementation of ByteOrder.
DefaultLogger is used by quic-go for logging.
# Type aliases
LogLevel of quic-go.