uquic/internal/protocol
Marten Seemann 21b9ef03be add a type for arbitrary length Connection IDs, and parsing function
RFC 8999 allows Connection IDs of up to 255 bytes. Current QUIC versions
only use up to 20 bytes.
2022-08-29 10:58:33 +03:00
..
connection_id.go add a type for arbitrary length Connection IDs, and parsing function 2022-08-29 10:58:33 +03:00
connection_id_test.go add a type for arbitrary length Connection IDs, and parsing function 2022-08-29 10:58:33 +03: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 update docs to reflect that we support RFC 9221 (Unreliable Datagrams) (#3382) 2022-04-25 04:10:51 -07: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 add the version number for QUIC v2 2022-05-25 15:50:04 +02:00
version_test.go add the version number for QUIC v2 2022-05-25 15:50:04 +02:00