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

STAT: Update stat for SRT connection.

This commit is contained in:
winlin 2022-08-27 18:49:57 +08:00
parent 101e4fa3b9
commit da24de5ecb
5 changed files with 104 additions and 15 deletions

View file

@ -136,8 +136,7 @@ public:
};
// Interface for connection that is startable.
class ISrsStartableConneciton : public ISrsConnection
, public ISrsStartable, public ISrsKbpsDelta
class ISrsStartableConneciton : public ISrsConnection, public ISrsStartable, public ISrsKbpsDelta
{
public:
ISrsStartableConneciton();