Try to resend next packet in nack list even if previous packet is not found.
Review URL: https://webrtc-codereview.appspot.com/515001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2089 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
f6cd33dd89
commit
83ed0a4359
@ -616,7 +616,7 @@ WebRtc_Word32 RTPSender::ReSendPacket(WebRtc_UWord16 packet_id,
|
||||
min_resend_time, data_buffer, &length, &stored_time_in_ms, &type);
|
||||
if (!found) {
|
||||
// Packet not found.
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (length == 0 || type == kDontRetransmit) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user