uquic/internal/protocol
Marten Seemann 8e332c2e13 implement sending of MAX_STREAM_ID frames
We can now impose a limit on the number of stream for IETF QUIC, and
advertise that in the transport parameters during the handshake.
2018-02-06 08:32:16 +08:00
..
encryption_level.go make the protocol package internal 2017-08-30 00:19:44 +07:00
encryption_level_test.go make the protocol package internal 2017-08-30 00:19:44 +07:00
packet_number.go never use a 6 byte packet number 2017-10-27 16:51:59 +07:00
packet_number_test.go never use a 6 byte packet number 2017-10-27 16:51:59 +07:00
perspective.go add a string representation for the perspective 2018-02-01 12:59:24 +08:00
perspective_test.go add a string representation for the perspective 2018-02-01 12:59:24 +08:00
protocol.go implement sending of MAX_STREAM_ID frames 2018-02-06 08:32:16 +08:00
protocol_suite_test.go make the protocol package internal 2017-08-30 00:19:44 +07:00
protocol_test.go implement the recent changes to the version negotiation packet 2017-12-06 08:40:43 +07:00
server_parameters.go make sure that at least every 20th ACK is retransmittable 2018-02-01 17:11:05 +08:00
stream_id.go implement sending of MAX_STREAM_ID frames 2018-02-06 08:32:16 +08:00
stream_id_test.go implement sending of MAX_STREAM_ID frames 2018-02-06 08:32:16 +08:00
version.go refactor packet unpacking 2017-12-08 09:18:54 +07:00
version_test.go implement parsing and writing of the new STREAM frames 2017-12-08 09:20:47 +07:00