From 781cd8e9de48adcc3009434bacafc532ed5296dd Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 28 Feb 2021 21:58:39 +0800 Subject: [PATCH] Update README --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cfc264ee1..d1b09747e 100755 --- a/README.md +++ b/README.md @@ -156,14 +156,10 @@ For previous versions, please read: ## 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-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-08, RTC: Print stat for pli and timer every 5s. 4.0.70 -* v4.0, 2021-02-07, RTC: Parse PT fast and refine udp handler. 4.0.69 -* v4.0, 2021-02-05, RTC: Refine UDP packet peer fast id. 4.0.68 -* v4.0, 2021-02-04, RTC: Reuse UDP socket to receive packet. 4.0.67 +* v4.0, 2021-02-28, RTC: Support high performance [NO-COPY-NACK](https://github.com/ossrs/srs/commit/36ea67359e55c94ab044cee4b6a4ec901a83a287#commitcomment-47654868). 4.0.76 +* v4.0, 2021-02-27, RTC: Support [Object Cache Pool](https://github.com/ossrs/srs/commit/14bfc98122bba369572417c19ebb2a61b373fc45#commitcomment-47655008) for performance. 4.0.75 +* v4.0, 2021-02-12, RTC: Support [High Resolution(about 25ms) Timer](https://github.com/ossrs/srs/commit/c5d2027f9af77fc2d34a6b6ca941c0f0fbdd10c4#commitcomment-47655747). 4.0.72 +* v4.0, 2021-02-10, RTC: [Improve performance about 700+](https://github.com/ossrs/srs/commit/b431ad738c39f34a5a0a39e81beb7854223db761#commitcomment-47655935) streams. 4.0.71 * v4.0, 2021-02-04, At least wait 1ms when <1ms, to avoid epoll_wait spin loop. 4.0.66 * v4.0, 2021-01-31, Enable -std=c++11 by default. 4.0.65 * v4.0, 2021-01-25, Enable --nasm and --srtp-asm by default for performance. 4.0.64