mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for bug #251, support mic(message iovs cache). 2.0.61
This commit is contained in:
parent
32d537b96b
commit
d53fd7f570
8 changed files with 457 additions and 2 deletions
|
@ -149,6 +149,11 @@ void show_macro_features()
|
|||
#endif
|
||||
srs_trace("system default latency in ms: mw(0-%d) + mr(0-%d) + play-queue(0-%d)",
|
||||
SRS_PERF_MW_SLEEP, possible_mr_latency, SRS_PERF_PLAY_QUEUE*1000);
|
||||
|
||||
#ifndef SRS_PERF_MW_MSG_IOVS_CACHE
|
||||
srs_warn("MIC(message iovs cache) enabled, the connected clients will be"
|
||||
"disconneted when reload changed the chunk_size.");
|
||||
#endif
|
||||
}
|
||||
|
||||
void check_macro_features()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue