uquic/internal/protocol
2020-07-10 19:55:20 +07: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 add a 0-RTT encryption level 2019-12-30 18:39:21 +04:00
encryption_level_test.go add a 0-RTT encryption level 2019-12-30 18:39:21 +04: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 increase the minimum pacing delay to 1ms 2020-06-15 10:14:55 +07:00
params_test.go implement a queue for 0-RTT packets 2020-02-15 15:44:08 +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 introduce a protocol.StatelessResetToken 2020-07-10 19:55:20 +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 add a test that protocol.MaxStreamCount has the correct value 2019-11-08 11:42:24 +07: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