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

Refactor GSO mmsghdr alloc

This commit is contained in:
winlin 2020-04-15 22:11:03 +08:00
parent c96ffd272c
commit 7b68f55edc
2 changed files with 20 additions and 6 deletions

View file

@ -192,5 +192,8 @@
#define SRS_PERF_GLIBC_MEMORY_CHECK
#undef SRS_PERF_GLIBC_MEMORY_CHECK
// For RTC, how many iovs we alloc for each mmsghdr for GSO.
#define SRS_PERF_RTC_GSO_IOVS 4
#endif