From 539ffca6505c97d8c3e078f20eb18fc0dd1f0c88 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 1 Jan 2014 23:51:39 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e89335f0..e877a82f1 100755 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Supported operating systems and hardware: ### Summary 1. Simple: also stable enough.
-2. High-performance: single-thread, async socket, event/st-thread driven.
+2. [High-performance](https://github.com/winlinvip/simple-rtmp-server/wiki/Performance): single-thread, async socket, event/st-thread driven.
3. NO edge server, origin server only.
4. NO vod streaming, live streaming only.
5. NO multiple processes, single process only.