mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine in time unit. 3.0.49
This commit is contained in:
parent
b2f598dede
commit
394cdb5f04
6 changed files with 9 additions and 6 deletions
|
@ -72,8 +72,8 @@ public:
|
|||
class MockBufferIO : public ISrsProtocolReadWriter
|
||||
{
|
||||
public:
|
||||
// The send/recv timeout in ms.
|
||||
int64_t rtm;
|
||||
// The send/recv timeout in srs_utime_t.
|
||||
srs_utime_t rtm;
|
||||
srs_utime_t stm;
|
||||
// The send/recv data in bytes.
|
||||
int64_t rbytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue