moq-rs/moq-transport
kixelated eb7e707be3
Implement prioritization in moq-pub (#74)
Here's the main change in webtransport-quinn 0.5.3:
ec553fa340

I haven't run into any errors so I don't know what was broken before
@englishm. I'm hoping that setting the stream priority to max when
writing the stream header avoids the issue? Otherwise we need to go bug
diving.
2023-09-19 10:01:26 -07:00
..
src Expose the version VarInt (#77) 2023-09-18 17:24:35 -07:00
Cargo.lock Cargo layout (#36) 2023-06-16 20:36:07 -07:00
Cargo.toml Implement prioritization in moq-pub (#74) 2023-09-19 10:01:26 -07:00
README.md Major moq-transport API simplification (#68) 2023-09-15 12:06:28 -07:00

README.md

Documentation Crates.io License: MIT

moq-transport

A Rust implementation of the proposed IETF standard.

Specification Github