]> git.lizzy.rs Git - rudp.git/commitdiff
update README
authorsongzc <evercomer@gmail.com>
Fri, 4 Sep 2015 14:36:33 +0000 (22:36 +0800)
committersongzc <evercomer@gmail.com>
Fri, 4 Sep 2015 14:36:33 +0000 (22:36 +0800)
README

diff --git a/README b/README
index 828dc90f82160f9feb93bd149faab25829909332..ac835b32ddcbe32af808165c4341fc642ea478b0 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,14 @@
 1. What's this ?
 
 A simple implementation of Reliable UDP.
-With similar calling-interface of socket.
 
+2. What's the feature ?
+
+1) So simple in one C file
+2) With calling-interface similar to POSIX socket.
+3) Two logical channels(send/recv queue) in one connection
+4) Safe for multiple threads
+5) Compiled on Linux/Windows
 
 2. Compile