This website requires JavaScript.
Explore
Help
Sign In
gr1ffon
/
quic-go
Watch
1
Star
0
Fork
0
You've already forked quic-go
forked from
quic-go/quic-go
Code
Pull Requests
Activity
Files
21b9ef03beb51db37a26119e319c96d03a7829d4
quic-go
/
internal
History
Marten Seemann
21b9ef03be
add a type for arbitrary length Connection IDs, and parsing function
...
RFC 8999 allows Connection IDs of up to 255 bytes. Current QUIC versions only use up to 20 bytes.
2022-08-29 10:58:33 +03:00
..
ackhandler
Disable anti-amplification limit by address validation token (
#3326
)
2022-08-20 08:02:17 -07: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
Disable anti-amplification limit by address validation token (
#3326
)
2022-08-20 08:02:17 -07:00
logutils
make it possible to log DATAGRAM frames
2020-12-09 15:31:23 +07:00
mocks
rename the EarlySession to EarlyConnection
2022-03-27 11:27:25 +01:00
protocol
add a type for arbitrary length Connection IDs, and parsing function
2022-08-29 10:58:33 +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
add a type for arbitrary length Connection IDs, and parsing function
2022-08-29 10:58:33 +03:00