1
0
Fork 0
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:
winlin 2019-04-22 08:12:17 +08:00
parent b2f598dede
commit 394cdb5f04
6 changed files with 9 additions and 6 deletions

View file

@ -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;