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:
parent
f6f49c68da
commit
5af572ab50
3 changed files with 9 additions and 14 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue