forked from quic-go/quic-go
983 B
983 B
Changelog
v0.6.0 (unreleased)
- Added
quic.Configoptions for maximal flow control windows - 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 - Add a
quic.Configoption to configure keep-alive - Remove the
tls.Configfrom thequic.Config. Thetls.Configmust now be passed to theDialandListenfunctions as a separate parameter. See the Godoc for details. - Changed the log level environment variable to only accept strings ("DEBUG", "INFO", "ERROR"), see the wiki for more details.
- Rename the
h2quic.QuicRoundTrippertoh2quic.RoundTripper - Changed
h2quic.Server.Serve()to accept anet.PacketConn - Various bugfixes