DescriptionCast: reduce the amount of retransmission packets
Upon duplicated ACKs for a frame the previous behavior was to resend
all packets of the first unacked frame. It was shown in reports that it
is excessive. Instead this change sends the first packet of the last
encoded frame. This significantly reduces the amount of packet
re-transmitted.
PacketStorage is also redesigned in this code. It is now a simple deque
instead of a map.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275663
Patch Set 1 #
Total comments: 38
Patch Set 2 : slight change in test #Patch Set 3 : uninit variable #Patch Set 4 : fixed comments #
Total comments: 1
Patch Set 5 : moved FastCopyPacket to RtpSender #Messages
Total messages: 8 (0 generated)
|