Skip to content

Commit

Permalink
Update replacing-webrtc
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated authored Oct 30, 2023
1 parent 97390f6 commit d4fb6aa
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 @@ -252,7 +252,7 @@ This is a gross oversimplification of a topic with an immense amount of research
| ECN | Get told by the router to back off. | None\* | [L4S](https://datatracker.ietf.org/doc/rfc9330/) |

There's no single "best" congestion control algorithm; it depends on your use-case, network, and target latency.
But this is one area where WebRTC has a huge advantage thanks to [transport-wide-cc](https://webrtc.googlesource.com/src/+/refs/heads/main/docs/native-code/rtp-hdrext/transport-wide-cc-02/README.md).
But this is one area where WebRTC has an advantage thanks to [transport-wide-cc](https://webrtc.googlesource.com/src/+/refs/heads/main/docs/native-code/rtp-hdrext/transport-wide-cc-02/README.md).

### Reducing Bitrate

Expand Down

0 comments on commit d4fb6aa

Please sign in to comment.