mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
[fix] fix pacer module crash due to multi-thread
This commit is contained in:
@@ -48,6 +48,8 @@ class NackRequester {
|
||||
int OnReceivedPacket(uint16_t seq_num);
|
||||
int OnReceivedPacket(uint16_t seq_num, bool is_recovered);
|
||||
|
||||
void ProcessNacks();
|
||||
|
||||
private:
|
||||
void ClearUpTo(uint16_t seq_num);
|
||||
void UpdateRtt(int64_t rtt_ms);
|
||||
|
||||
Reference in New Issue
Block a user