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

Refine RTC server log

This commit is contained in:
winlin 2020-04-12 09:17:52 +08:00
parent 78aad11eeb
commit 2b132d6d64
2 changed files with 3 additions and 2 deletions

View file

@ -432,7 +432,7 @@ rtc_server {
encrypt on;
# We listen multiple times at the same port, by REUSEPORT, to increase the UDP queue.
# Note that you can set to 1 and increase the system UDP buffer size by net.core.rmem_max
# or just increase this to get larger UDP recv and send buffer.
# and net.core.rmem_default or just increase this to get larger UDP recv and send buffer.
# default: 4
reuseport 4;
}