]> git.lizzy.rs Git - rudp.git/blobdiff - README
Switch to CMake
[rudp.git] / README
diff --git a/README b/README
index 828dc90f82160f9feb93bd149faab25829909332..d52126f2aaa7cae9107b02a88bba4d7749ded8a7 100644 (file)
--- a/README
+++ b/README
@@ -1,26 +1,11 @@
 1. What's this ?
 
 A simple implementation of Reliable UDP.
-With similar calling-interface of socket.
 
+2. What's the feature ?
 
-2. Compile
-
-1) Generate library:
-
-# make
-
-2) Generate test
-
-# make test
-
-3. Install
-
-You need to copy following header files to your project:
-
-  basetype.h
-  platform-adpt.h
-  rudp.h
-
-plus the library file:
-  XXX/librudp.a
+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