versatica / mediasoup

Cutting Edge WebRTC Video Conferencing

Home Page:https://mediasoup.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no forwarding padding packet

buptlsp opened this issue · comments

commented

I use wireshark to capture the rtp packet and found lots of packet like this.
image

The package only contains padding , no payload. I checked some information, this packet is mainly used to probing the network when pacing.

I would like to ask a question, is it a good idea to not forward this pure padding packet? If so, I would like to stop forwarding such packets.

There is an ongoing PR improving those things. We'll address it when possible.

commented

OK, thanks!