From 1231f4f8acbd6d4069297d6be699111b6523072b Mon Sep 17 00:00:00 2001 From: Sean DuBois Date: Wed, 15 Sep 2021 16:14:04 -0400 Subject: [PATCH] Add link to Bandwidth Estimation Ticket Update links to TWCC and RTCP Reports --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d23ef2c27..3de3da29fd 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,9 @@ This book is vendor agnostic and will not have any Pion specific information. * [Simulcast](https://github.com/pion/webrtc/tree/master/examples/simulcast) * [SVC](https://github.com/pion/rtp/blob/master/codecs/vp9_packet.go#L138) * [NACK](https://github.com/pion/interceptor/pull/4) -* Full loss recovery and congestion control is not complete, see [pion/interceptor](https://github.com/pion/interceptor) for progress - * See [ion](https://github.com/pion/ion-sfu/tree/master/pkg/buffer) for how an implementor can do it today +* [Sender/Receiver Reports](https://github.com/pion/interceptor/tree/master/pkg/report) +* [Transport Wide Congestion Control Feedback](https://github.com/pion/interceptor/tree/master/pkg/twcc) +* Bandwidth Estimation is actively being implemented, see [pion/interceptor#25](https://github.com/pion/interceptor/issues/25) #### Security * TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 and TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA for DTLS v1.2