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

For #307, support sendmmsg, GSO and reuseport. 4.0.23

This commit is contained in:
winlin 2020-04-14 14:02:54 +08:00
parent fdc0c44b7e
commit 7574dbefb1
4 changed files with 44 additions and 43 deletions

View file

@ -131,8 +131,8 @@
#define SRS_PERF_MW_MIN_MSGS 8
#define SRS_PERF_MW_MIN_MSGS_REALTIME 4
// For RTC, use smaller wait queue.
#define SRS_PERF_MW_MIN_MSGS_FOR_RTC 4
#define SRS_PERF_MW_MIN_MSGS_FOR_RTC_REALTIME 2
#define SRS_PERF_MW_MIN_MSGS_FOR_RTC 3
#define SRS_PERF_MW_MIN_MSGS_FOR_RTC_REALTIME 1
#endif
/**
* the default value of vhost for

View file

@ -24,6 +24,6 @@
#ifndef SRS_CORE_VERSION4_HPP
#define SRS_CORE_VERSION4_HPP
#define SRS_VERSION4_REVISION 22
#define SRS_VERSION4_REVISION 23
#endif