uquic/internal/protocol
2019-10-21 17:18:02 +02:00
..
connection_id.go always use connection IDs longer than 8 bytes when sending a Retry 2018-08-14 17:34:21 +07:00
connection_id_test.go always use connection IDs longer than 8 bytes when sending a Retry 2018-08-14 17:34:21 +07:00
encryption_level.go drop support for gQUIC 2018-10-30 10:20:39 +07:00
encryption_level_test.go drop support for gQUIC 2018-10-30 10:20:39 +07:00
key_phase.go introduce an absolute key phase, use it for key updates 2019-06-30 17:36:09 +07:00
key_phase_test.go introduce an absolute key phase, use it for key updates 2019-06-30 17:36:09 +07:00
packet_number.go simplify how the largest acked is passed to the ackhandler 2019-08-21 14:40:38 +07:00
packet_number_test.go remove unused function GetPacketNumberLength 2019-06-21 20:13:59 +08:00
params.go implement a buffer pool for STREAM frames 2019-09-04 16:55:30 +07:00
perspective.go also use the multiplexer for the server 2018-08-08 10:03:22 +07:00
perspective_test.go also use the multiplexer for the server 2018-08-08 10:03:22 +07:00
protocol.go adjust the minimum size for stateless resets to the new header format 2019-08-31 12:33:53 +07:00
protocol_suite_test.go make the protocol package internal 2017-08-30 00:19:44 +07:00
protocol_test.go rename the KeyPhase to KeyPhaseBit 2019-06-30 17:36:09 +07:00
stream.go use stream numbers, not stream ids, in the stream maps 2019-06-05 20:01:51 +08:00
stream_test.go use stream numbers, not stream ids, in the stream maps 2019-06-05 20:01:51 +08:00
version.go Remove QUIC version hint 2019-10-21 17:18:02 +02:00
version_test.go change the version number for the development version 2019-01-10 22:06:29 +07:00