mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #307, remove dedicate GSO cache
This commit is contained in:
parent
23c68a922c
commit
feaf98eb69
6 changed files with 13 additions and 136 deletions
|
@ -440,13 +440,9 @@ rtc_server {
|
|||
# default: on
|
||||
merge_nalus on;
|
||||
# Whether enable GSO to send out RTP packets.
|
||||
# @remark Linux only, for other OS always disabled.
|
||||
# @remark Linux 4.18+ 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