RTC: Support high performance NO-COPY-NACK. 4.0.76

pull/2252/head
winlin 4 years ago
parent c20d8fb617
commit 36ea67359e

@ -156,6 +156,7 @@ For previous versions, please read:
## V4 changes ## V4 changes
* v4.0, 2021-02-28, RTC: Support high performance NO-COPY-NACK. 4.0.76
* v4.0, 2021-02-27, RTC: Support object cache pool. 4.0.75 * v4.0, 2021-02-27, RTC: Support object cache pool. 4.0.75
* v4.0, 2021-02-12, RTC: Support high performance timer about 25ms resolution. 4.0.72 * v4.0, 2021-02-12, RTC: Support high performance timer about 25ms resolution. 4.0.72
* v4.0, 2021-02-10, RTC: Refine performance about 700+ streams. 4.0.71 * v4.0, 2021-02-10, RTC: Refine performance about 700+ streams. 4.0.71

@ -24,6 +24,6 @@
#ifndef SRS_CORE_VERSION4_HPP #ifndef SRS_CORE_VERSION4_HPP
#define SRS_CORE_VERSION4_HPP #define SRS_CORE_VERSION4_HPP
#define SRS_VERSION4_REVISION 75 #define SRS_VERSION4_REVISION 76
#endif #endif

Loading…
Cancel
Save