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

RTC: Remove sendmmsg

This commit is contained in:
winlin 2020-05-21 16:26:19 +08:00
parent 9dfa0cc099
commit 01f05f920f
7 changed files with 2 additions and 62 deletions

View file

@ -432,10 +432,6 @@ rtc_server {
# If not, use RSA certificate.
# default: on
ecdsa on;
# The max UDP messages send by sendmmsg.
# @remark Always 1 if OS does not support sendmmsg, like OSX.
# default: 256
sendmmsg 256;
# Whether encrypt RTP packet by SRTP.
# @remark Should always turn it on, or Chrome will fail.
# default: on