Marten Seemann
|
9518c90c0a
|
implement and use the MAX_STREAMS frame
|
2018-11-10 09:38:50 +07:00 |
|
Marten Seemann
|
05ecf9bc02
|
rename the STREAM_BLOCKED frame to STREAM_DATA_BLOCKED
|
2018-11-10 09:05:27 +07:00 |
|
Marten Seemann
|
387613aa20
|
rename the BLOCKED from to DATA_BLOCKED
|
2018-11-10 09:05:06 +07:00 |
|
Marten Seemann
|
022189dfda
|
rename the RST_STREAM frame to RESET_STREAM frame
|
2018-11-04 12:26:02 +07:00 |
|
Marten Seemann
|
2eed03c747
|
remove the header parameter for parsing frames
It was only needed for parsing STOP_WAITING frames.
|
2018-11-03 09:23:22 +07:00 |
|
Marten Seemann
|
73ac6b14bf
|
implement changes to the CONNECTION_CLOSE frame
|
2018-10-31 11:21:51 +07:00 |
|
Marten Seemann
|
3266e36811
|
drop support for gQUIC
|
2018-10-30 10:20:39 +07:00 |
|
Marten Seemann
|
d2a52a1433
|
implement parsing, writing and logging of CRYPTO frames
|
2018-10-26 16:11:25 +07:00 |
|
Marten Seemann
|
41808516c8
|
merge ACK and ACK_ECN into a single frame
|
2018-09-27 12:11:52 -06:00 |
|
Marten Seemann
|
88505b79a7
|
disable sending and receiving of STOP_WAITING frames in QUIC 44
|
2018-08-28 08:49:13 +07:00 |
|
Marten Seemann
|
3d087d522c
|
implement parsing of ACK_ECN frames
|
2018-07-29 17:35:31 +07:00 |
|
Marten Seemann
|
108e574581
|
implement parsing and writing of the PATH_RESPONSE frame
|
2018-04-23 16:41:06 +09:00 |
|
Marten Seemann
|
f53f3eee9f
|
implement parsing and writing of the PATH_CHALLENGE frame
|
2018-04-23 16:41:06 +09:00 |
|
Marten Seemann
|
cd359ec5e0
|
change the type byte of the IETF ACK frame from 0x0e to 0x0d
|
2018-04-23 15:57:50 +09:00 |
|
Marten Seemann
|
52c3e6e863
|
remove the {Lowest, Largest}Acked from the ACK frame
All ACK ranges are now saved in the AckRanges slices. This eliminates a
bunch of special cases for ACKs that don't report any packets missing.
|
2018-04-18 13:19:42 +09:00 |
|
Marten Seemann
|
21b608daac
|
move frame parsing to the wire package
|
2018-03-25 18:07:44 +02:00 |
|