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
|
@ -443,6 +443,10 @@ rtc_server {
|
|||
# @remark Linux only, for other OS always disabled.
|
||||
# default: off
|
||||
gso off;
|
||||
# Whether GSO uses dedicated cache. Share the same mmsghdr cache if not dedicated.
|
||||
# For Linux 3.*, we must use dedicated cache for GSO.
|
||||
# default: off
|
||||
gso_dedicated off;
|
||||
}
|
||||
|
||||
vhost rtc.vhost.srs.com {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue