Quicr / old-quicrq

BSD 2-Clause "Simplified" License
4 stars 2 forks source link

Add Rush support to QUICRQ #136

Closed huitema closed 1 year ago

huitema commented 1 year ago

This PR implements Rush transport mode in QUICRQ, and adds the required tests to verify behavior. The implementation broadly follows the Rush spec, with a couple particularities:

The frame delays for both Rush and Warp are worse than datagrams, or even single streams. This ought to be addressed in a separate PR, implementing pipelining of objects in relays instead of only relaying whole objects.