From 212a9aa78cfb632f79d1b9744af7ed6e6604c7a7 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 2 Dec 2014 12:18:33 +0800 Subject: [PATCH] for bug #237, refine syscall for recv, supports 1.5k clients. 2.0.41. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffa5e0a2f..25894e65e 100755 --- a/README.md +++ b/README.md @@ -485,7 +485,8 @@ Supported operating systems and hardware: * 2013-10-17, Created.
## History -* v2.0, 2014-12-01, add qtcreate project file trunk/src/qt/srs/srs-qt.pro. 2.0.39. +* v2.0, 2014-12-01, for [#237](https://github.com/winlinvip/simple-rtmp-server/issues/237), refine syscall for recv, supports 1.5k clients. 2.0.41. +* v2.0, 2014-11-30, add qtcreate project file trunk/src/qt/srs/srs-qt.pro. 2.0.39. * v2.0, 2014-11-29, fix [#235](https://github.com/winlinvip/simple-rtmp-server/issues/235), refine handshake, replace union with template method. 2.0.38. * v2.0, 2014-11-28, fix [#215](https://github.com/winlinvip/simple-rtmp-server/issues/215), add srs_rtmp_dump tool. 2.0.37. * v2.0, 2014-11-25, update PRIMARY, AUTHORS, CONTRIBUTORS rule. 2.0.32.