mirror of
				https://github.com/kunkundi/crossdesk.git
				synced 2025-10-27 12:45:35 +08:00 
			
		
		
		
	[fix] mark original sequence number as sent for rtx packets
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user