Commit 477dd17b by ziyue

Merge branch 'master' of https://github.com/xia-chu/ZLMediaKit

parents 4a6c164d 1e4963b8
...@@ -79,7 +79,7 @@ void NackContext::received(uint16_t seq) { ...@@ -79,7 +79,7 @@ void NackContext::received(uint16_t seq) {
return; return;
} }
if (diff > UINT32_MAX / 2) { if (diff > UINT16_MAX / 2) {
//回环 //回环
_seq.clear(); _seq.clear();
_last_max_seq = min_seq; _last_max_seq = min_seq;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论