1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Refine fast timer

This commit is contained in:
winlin 2021-05-07 18:42:36 +08:00
parent 92fc0af8f4
commit 25f17c32e9
5 changed files with 21 additions and 3 deletions

View file

@ -454,6 +454,8 @@ private:
SrsErrorPithyPrint* pp_address_change;
// Pithy print for PLI request.
SrsErrorPithyPrint* pli_epp;
private:
bool nack_enabled_;
public:
SrsRtcConnection(SrsRtcServer* s, const SrsContextId& cid);
virtual ~SrsRtcConnection();