mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #307, config sendmmsg max
This commit is contained in:
parent
40c95b04ca
commit
7cfd2879b0
8 changed files with 165 additions and 15 deletions
|
@ -403,6 +403,10 @@ rtc_server {
|
|||
# If not, use RSA certificate.
|
||||
# default: on
|
||||
ecdsa on;
|
||||
# The max UDP messages send by sendmmsg.
|
||||
# @remark No effect if OS does not support sendmmsg, like OSX.
|
||||
# default: 256
|
||||
sendmmsg 256;
|
||||
}
|
||||
|
||||
vhost rtc.vhost.srs.com {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue