mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
解决Windows下编译出错问题
This commit is contained in:
parent
f47e1ecd31
commit
b6ce03b64f
@ -67,7 +67,7 @@ public:
|
|||||||
//过滤seq回退包(回环包除外)
|
//过滤seq回退包(回环包除外)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} else if (_next_seq_out && seq - _next_seq_out > (std::numeric_limits<SEQ>::max() >> 1)) {
|
} else if (_next_seq_out && seq - _next_seq_out > ((std::numeric_limits<SEQ>::max)() >> 1)) {
|
||||||
//过滤seq跳变非常大的包(防止回环时乱序时收到非常大的seq)
|
//过滤seq跳变非常大的包(防止回环时乱序时收到非常大的seq)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user