]> git.lizzy.rs Git - rudp.git/blob - README
update README
[rudp.git] / README
1 1. What's this ?
2
3 A simple implementation of Reliable UDP.
4
5 2. What's the feature ?
6
7 1) So simple in one C file
8 2) With calling-interface similar to POSIX socket.
9 3) Two logical channels(send/recv queue) in one connection
10 4) Safe for multiple threads
11 5) Compiled on Linux/Windows
12
13 2. Compile
14
15 1) Generate library:
16
17 # make
18
19 2) Generate test
20
21 # make test
22
23 3. Install
24
25 You need to copy following header files to your project:
26
27   basetype.h
28   platform-adpt.h
29   rudp.h
30
31 plus the library file:
32   XXX/librudp.a