uquic/internal
2022-08-29 13:05:24 +03:00
..
ackhandler use a sync.Pool to avoid allocations of ackhandler.Packet 2022-08-29 11:45:28 +03:00
congestion implement generic Min and Max functions 2022-08-10 14:59:05 +02:00
flowcontrol Merge pull request #3483 from lucas-clemente/generic-min-max 2022-08-12 12:09:30 +04:00
handshake use an array instead of a byte slice for Connection IDs 2022-08-29 11:30:31 +03:00
logutils make it possible to log DATAGRAM frames 2020-12-09 15:31:23 +07:00
mocks trace arbitrary length Connection IDs for Version Negotiation packets 2022-08-29 10:58:33 +03:00
protocol remove ConnectionID.Equal function 2022-08-29 11:30:32 +03:00
qerr stop using net.Error.Temporary in tests 2022-04-02 20:31:08 +01:00
qtls drop support for Go 1.16 and 1.17 (#3482) 2022-08-10 03:42:14 -07:00
testdata update golangci-lint action to v3, golangci-lint to v1.48.0 (#3499) 2022-08-10 09:50:48 -07:00
testutils rename frame.Write to frame.Append 2022-08-28 23:18:24 +03:00
utils Merge pull request #3483 from lucas-clemente/generic-min-max 2022-08-12 12:09:30 +04:00
wire return an error when parsing a too long connection ID from a header 2022-08-29 13:05:24 +03:00