forked from quic-go/quic-go
510 B
510 B
Changelog
v0.6.0 (unreleased)
- Add a
quic.Configoption for QUIC versions - Add a
quic.Configoption to request truncation of the connection ID from a server - Add a
quic.Configoption to configure the source address validation - Add a
quic.Configoption to configure the handshake timeout - Changed the log level environment variable to only accept strings ("DEBUG", "INFO", "ERROR"), see the wiki for more details.
- Various bugfixes