-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
Ok, so this has bit us twice now, we don't see any recv bytes counted when we have no active streams. So figure it worth having an issue to track it.
There is no quick clean way to fix this, which is probably the reason it has a todo.
We switched to track the bytes outside str0m instead for now.
let bytes_rx = match r.contents.inner {
// TODO: stun is already parsed (depacketized) here
Stun(_) => 0,
Dtls(v) | Rtp(v) | Rtcp(v) => v.len(),
};Metadata
Metadata
Assignees
Labels
No labels