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:
parent
fdc0c44b7e
commit
7574dbefb1
4 changed files with 44 additions and 43 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue