Marten Seemann
|
ee968aff67
|
set the ACK frame delay time when generating the frame
|
2018-04-30 21:50:33 +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
|
7de877fc3f
|
remove duplicate test cases for the legacy ACK frame
|
2018-04-18 12:25:26 +09:00 |
|
Marten Seemann
|
ca896f953a
|
rename AckRange.{First, Last} to AckRange.{Smallest, Largest}
|
2018-04-18 12:25:26 +09:00 |
|
Marten Seemann
|
be066e825c
|
privatize the frame parsing functions
|
2018-03-25 18:07:49 +02:00 |
|
Marten Seemann
|
80969de93f
|
fix splitting of STREAM frames for IETF QUIC
Move splitting of STREAM frames from the quic package to the wire
package.
|
2018-02-05 12:02:58 +08:00 |
|
Marten Seemann
|
d7ceebd644
|
implement parsing and writing of the new ACK frame
|
2017-12-08 09:35:55 +07:00 |
|