mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-19 16:27:50 +08:00
Merge pull request #1040 from holychaos/master
修改Nakc.cpp在Windows下编译报错的Bug Fix #1039
This commit is contained in:
commit
870e71d2ce
@ -239,5 +239,5 @@ uint64_t NackContext::reSendNack() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//重传间隔不得低于5ms
|
//重传间隔不得低于5ms
|
||||||
return std::max(_rtt, 5);
|
return max(_rtt, 5);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user