revid: updated comment above revid.rtpSender declaration

This commit is contained in:
saxon 2019-01-03 12:03:06 +10:30
parent 53d737d426
commit e12f3e0b41
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ type Revid struct {
// destination is the target endpoint.
destination []loadSender
// Rtp sending doesn't use ring buffer so we isolate this from Destination
// above
// rtpSender is an unbuffered sender.
// It is used to isolate RTP from ring buffer-induced delays.
rtpSender *rtpSender
// bitrate hold the last send bitrate calculation result.