uquic/internal/protocol
2022-03-27 12:50:14 +01:00
..
connection_id.go log connection IDs without the 0x prefix 2021-02-11 09:45:40 +08:00
connection_id_test.go log connection IDs without the 0x prefix 2021-02-11 09:45:40 +08: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 update the packet numbers in decoding test to the ones from the draft 2021-04-02 17:06:04 +07:00
params.go rename the session to connection 2022-03-27 12:50:14 +01:00
params_test.go rename the session to connection 2022-03-27 12:50:14 +01: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 move the ApplicationErrorCdoe to the qerr package 2021-05-01 09:38:49 +07:00
protocol_suite_test.go run gofumpt, enable the gofumpt linter 2020-10-26 09:33:35 +07:00
protocol_test.go read the ECN bits 2020-09-15 10:51:22 +07:00
stream.go run gofumpt, enable the gofumpt linter 2020-10-26 09:33:35 +07:00
stream_test.go add a test that protocol.MaxStreamCount has the correct value 2019-11-08 11:42:24 +07:00
version.go drop support for QUIC draft version 32 and 34 2021-07-06 09:50:10 -07:00
version_test.go drop support for QUIC draft version 32 and 34 2021-07-06 09:50:10 -07:00