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

Refine SrsRtmpConn.duration in time unit.

This commit is contained in:
winlin 2019-04-18 08:46:42 +08:00
parent f6f49c68da
commit 5af572ab50
3 changed files with 9 additions and 14 deletions

View file

@ -101,7 +101,7 @@ protected:
srs_utime_t timeout;
public:
// Constructor.
// @param tm The receive timeout in ms.
// @param tm The receive timeout in srs_utime_t.
SrsRecvThread(ISrsMessagePumper* p, SrsRtmpServer* r, srs_utime_t tm, int parent_cid);
virtual ~SrsRecvThread();
public: