From 7b69c6bea645c4765028afeda01d44a3715df90f Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Thu, 7 Aug 2025 08:38:33 -0700 Subject: [PATCH] clarify data channels bytesSent/bytesReceived and remove the mention of headers and padding which are not a thing for SCTP --- webrtc-stats.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webrtc-stats.html b/webrtc-stats.html index ab1943e..f369c79 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -3179,7 +3179,7 @@

Represents the total number of payload bytes sent on this - {{RTCDataChannel}}, i.e., not including headers or padding. + {{RTCDataChannel}}.

@@ -3197,8 +3197,8 @@

- Represents the total number of bytes received on this - {{RTCDataChannel}}, i.e., not including headers or padding. + Represents the total number of payload bytes received on this + {{RTCDataChannel}}.