mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refactor: Extract SrsNetworkKbps from SrsKbps. v5.0.53
This commit is contained in:
parent
937605b18c
commit
2c259bd95b
20 changed files with 949 additions and 662 deletions
|
@ -113,6 +113,7 @@ private:
|
|||
int port;
|
||||
// The delta for statistic.
|
||||
SrsNetworkDelta* delta_;
|
||||
SrsNetworkKbps* kbps;
|
||||
// The create time in milliseconds.
|
||||
// for current connection to log self create time and calculate the living time.
|
||||
int64_t create_time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue