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

RTC: Refine log for error pithy print

This commit is contained in:
winlin 2020-07-27 12:44:29 +08:00
parent 5f7d1e2c5b
commit ca004fe33f
4 changed files with 12 additions and 6 deletions

View file

@ -68,6 +68,9 @@ public:
// For example, we use it for error pithy print for each UDP packet processing.
class SrsErrorPithyPrint
{
public:
// The number of call of can_print().
uint32_t nn_count;
private:
SrsStageManager stages;
std::map<int, srs_utime_t> ticks;