mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-28 08:50:54 +08:00
修正 Nack 回环检查
This commit is contained in:
@@ -79,7 +79,7 @@ void NackContext::received(uint16_t seq) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (diff > UINT32_MAX / 2) {
|
||||
if (diff > UINT16_MAX / 2) {
|
||||
//回环
|
||||
_seq.clear();
|
||||
_last_max_seq = min_seq;
|
||||
|
||||
Reference in New Issue
Block a user