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

RTC: Cache the large buffer allocation

This commit is contained in:
winlin 2021-02-26 19:46:52 +08:00
parent 65ba88de3f
commit d5b210abc8
9 changed files with 135 additions and 133 deletions

View file

@ -535,6 +535,7 @@ public:
virtual bool get_rtc_server_merge_nalus();
virtual bool get_rtc_server_perf_stat();
virtual bool get_rtc_server_rtp_cache();
virtual bool get_rtc_server_rtp_msg_cache();
virtual bool get_rtc_server_black_hole();
virtual std::string get_rtc_server_black_hole_addr();
private: