mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
修改Nakc.cpp在Windows下编译报错的Bug
This commit is contained in:
parent
6a32354d8a
commit
da25ce9b83
@ -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