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

RTC: Refine DTLS ARQ, use step interval

This commit is contained in:
winlin 2020-10-03 21:34:34 +08:00
parent e61391028e
commit ba6462aab4
5 changed files with 48 additions and 31 deletions

View file

@ -77,7 +77,7 @@ extern srs_utime_t _srs_tmp_timeout;
// For init array data.
#define HELPER_ARRAY_INIT(buf, sz, val) \
memset(buf, val, sz)
for (int _iii = 0; _iii < sz; _iii++) (buf)[_iii] = val
// Dump simple stream to string.
#define HELPER_BUFFER2STR(io) \