[fix] mark original sequence number as sent for rtx packets

This commit is contained in:
dijunkun
2025-04-01 11:17:43 +08:00
parent f9717f8481
commit e399260daa
4 changed files with 3 additions and 13 deletions

View File

@@ -283,7 +283,8 @@ std::optional<PacketFeedback> TransportFeedbackAdapter::RetrievePacketFeedback(
auto it = history_.find(transport_seq_num);
if (it == history_.end()) {
LOG_WARN(
"Failed to lookup send time for packet with {}. Send time history too "
"Failed to lookup send time for packet with transport_seq_num {}. Send "
"time history too "
"small?",
transport_seq_num);
return std::nullopt;