Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated authored Oct 30, 2023
1 parent f506129 commit d654e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/blog/replacing-webrtc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ You can't put the toothpaste back in the tube.
However, there are actually quite a few ways of dropping media with [WebTransport](#webtransport):

1. Use datagrams and choose which packets to transmit. (like WebRTC)
2. Use QUIC streams and close them to stop transmittions. (like [RUSH](https://www.ietf.org/archive/id/draft-kpugin-rush-00.html))
2. Use QUIC streams and close them to stop transmissions. (like [RUSH](https://www.ietf.org/archive/id/draft-kpugin-rush-00.html))
3. Use QUIC streams and prioritize them. (like [Warp](https://www.youtube.com/watch?v=PncdrMPVaNc))

I'm biased because I made the 3rd one.
Expand Down

0 comments on commit d654e21

Please sign in to comment.