mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #307, allow dedicated cache for GSO.
This commit is contained in:
parent
89a247d9bc
commit
8a71ce62db
9 changed files with 303 additions and 48 deletions
|
@ -530,6 +530,7 @@ public:
|
|||
virtual int get_rtc_server_reuseport();
|
||||
virtual bool get_rtc_server_merge_nalus();
|
||||
virtual bool get_rtc_server_gso();
|
||||
virtual bool get_rtc_server_gso_dedicated();
|
||||
|
||||
SrsConfDirective* get_rtc(std::string vhost);
|
||||
bool get_rtc_enabled(std::string vhost);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue