uquic/internal
Marten Seemann 868127b6b4
Merge pull request #2940 from lucas-clemente/packet-number-skipping-cryptographic-random
use cryptographic random for determining skipped packet numbers
2021-01-17 14:38:16 +08:00
..
ackhandler Merge pull request #2940 from lucas-clemente/packet-number-skipping-cryptographic-random 2021-01-17 14:38:16 +08:00
congestion fix interpretation of time.Time{} as a pacing deadline 2021-01-16 13:35:21 +08:00
flowcontrol introduce a sentinel ByteCount value 2020-12-09 15:31:23 +07:00
handshake rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len 2021-01-02 00:15:07 +08:00
logutils make it possible to log DATAGRAM frames 2020-12-09 15:31:23 +07:00
mocks add a RestoredTransportParameters method to the logging interface 2021-01-15 17:13:46 +08:00
protocol remove the Max0RTTQueueLen and the MaxUndecrytablePackets by 1 2021-01-09 13:35:19 +08:00
qerr add the NO_VIABLE_PATH error 2020-11-06 12:35:49 +07:00
qtls add support for Go 1.16 2020-12-29 11:48:02 +07:00
testdata regenerate the testdata certificate with SAN instead of CommonName 2020-08-20 13:48:48 +07:00
testutils implement the Retry integrity tag 2020-01-17 13:42:57 +07:00
utils move varint encoding / decoding to a separate package 2021-01-01 11:46:45 +08:00
wire Merge pull request #2995 from lucas-clemente/simplify-tp-parsing-switch 2021-01-15 17:05:59 +08:00