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 |
|
Marten Seemann
|
40650d93f0
|
add an application-defined error type, for RST_STREAM and STOP_SENDING
|
2017-12-15 16:21:09 +07:00 |
|
Marten Seemann
|
23ce5a8554
|
drop packets for new gQUIC connections that are too small
|
2017-12-08 12:34:59 +07:00 |
|
Marten Seemann
|
6019634286
|
pad Initial packets to the required minimum size (1200 bytes)
|
2017-12-08 11:50:43 +07:00 |
|
Marten Seemann
|
11f746a183
|
implement parsing and writing of the new STREAM frames
|
2017-12-08 09:20:47 +07:00 |
|
Marten Seemann
|
45e43ada40
|
implement the recent changes to the version negotiation packet
|
2017-12-06 08:40:43 +07:00 |
|
Marten Seemann
|
4076ab587e
|
add a string representation for the Long Header packet types
|
2017-11-22 15:57:22 -08:00 |
|
Marten Seemann
|
683f244054
|
rename the Cleartext Long Header type to Handshake
This was recently changed in the draft.
|
2017-11-13 10:55:33 +08:00 |
|
Marten Seemann
|
3e6f66da79
|
rename the packet types according to recent draft changes
|
2017-11-02 18:31:04 +07:00 |
|
Marten Seemann
|
3f62ea8673
|
set the Long Header packet type based on the state of the handshake
|
2017-10-29 14:08:08 +07:00 |
|
Marten Seemann
|
f3e9bf4332
|
remove the params negotiator
|
2017-10-20 18:08:21 +07:00 |
|
Marten Seemann
|
f1ada87dcf
|
make the protocol package internal
|
2017-08-30 00:19:44 +07:00 |
|