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
e7f88efd2c6a0e7916e66c82926e7257e3aefaf5
quic-go
/
internal
/
protocol
History
Marten Seemann
2b97fb41c9
switch to a byte-based congestion controller
...
Chrome removed the packet-based congestion controller and switched to byte-based as well.
2018-05-02 23:45:23 +09:00
..
connection_id_test.go
add more methods to the protocol.ConnectionID
2018-04-19 16:08:06 +09:00
connection_id.go
use different source and destination connection IDs
2018-04-23 15:23:01 +09:00
encryption_level_test.go
…
encryption_level.go
…
packet_number_test.go
never use a 6 byte packet number
2017-10-27 16:51:59 +07:00
packet_number.go
never use a 6 byte packet number
2017-10-27 16:51:59 +07:00
perspective_test.go
add a string representation for the perspective
2018-02-01 12:59:24 +08:00
perspective.go
add a string representation for the perspective
2018-02-01 12:59:24 +08:00
protocol_suite_test.go
…
protocol_test.go
implement the recent changes to the version negotiation packet
2017-12-06 08:40:43 +07:00
protocol.go
move connection ID generation from the utils to the protocol package
2018-04-17 20:21:06 +09:00
server_parameters.go
switch to a byte-based congestion controller
2018-05-02 23:45:23 +09:00
stream_id_test.go
implement sending of MAX_STREAM_ID frames
2018-02-06 08:32:16 +08:00
stream_id.go
implement sending of MAX_STREAM_ID frames
2018-02-06 08:32:16 +08:00
version_test.go
introduce a UsesStopWaitingFrames() method for version numbers
2018-03-02 16:00:11 +07:00
version.go
introduce a UsesStopWaitingFrames() method for version numbers
2018-03-02 16:00:11 +07:00