uquic/internal/protocol
2020-10-16 10:51:05 +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 remove the EncryptionUnspecified enum value 2020-10-05 13:17:06 +07:00
encryption_level_test.go remove the EncryptionUnspecified enum value 2020-10-05 13:17:06 +07:00
key_phase.go use a uint8 to represent the key phase bit 2020-10-06 15:27:56 +07:00
key_phase_test.go use a uint8 to represent the key phase bit 2020-10-06 15:27:56 +07:00
packet_number.go remove unused protocol.PacketNumberLenInvalid 2020-10-05 13:17:06 +07:00
packet_number_test.go remove unused function GetPacketNumberLength 2019-06-21 20:13:59 +08:00
params.go use a package-level variable to set the key update frequency 2020-09-22 19:55:52 +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 update the invalid packet limit for AES 2020-10-16 10:51:05 +07:00
protocol_suite_test.go make the protocol package internal 2017-08-30 00:19:44 +07:00
protocol_test.go read the ECN bits 2020-09-15 10:51:22 +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