uquic/internal
Marten Seemann 54d6f7dc51
ackhandler: refactor ACK queueing logic (#4225)
Once an ACK has been queued, there's no need to check futher conditions that
would lead to queueing of an ACK.
2024-01-03 18:39:09 -08:00
..
ackhandler ackhandler: refactor ACK queueing logic (#4225) 2024-01-03 18:39:09 -08:00
congestion utils: switch to standard library min and max functions (#4218) 2023-12-27 21:19:13 -08:00
flowcontrol utils: switch to standard library min and max functions (#4218) 2023-12-27 21:19:13 -08:00
handshake handshake: remove unneeded mutex in cryptoSetup (#4227) 2024-01-01 23:52:08 -08:00
logutils rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
mocks qlog: add support for alpn_information event (#4216) 2023-12-25 21:02:47 -08:00
protocol queue up to 32 DATAGRAM frames to send (#4222) 2023-12-31 19:58:41 -08:00
qerr drop support for Go 1.20, build on Go 1.22rc1 on CI (#4195) 2023-12-27 20:31:58 -08:00
qtls qtls: remove unneeded type alias for the tls.QUICEncryptionLevel (#4220) 2023-12-28 18:59:56 -08:00
testdata use the new crypto/tls QUIC Transport (#3860) 2023-07-01 11:15:00 -07:00
testutils rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
utils use a ring buffer for the datagram queue (#4223) 2023-12-31 20:50:26 -08:00
wire wire: use netip.AddrPort to encode the IPs in the Preferred Address (#4232) 2024-01-02 21:56:25 -08:00