]> git.lizzy.rs Git - rudp.git/blob - README
first commit
[rudp.git] / README
1 1. What's this ?
2
3 A simple implementation of Reliable UDP.
4 With similar calling-interface of socket.
5
6
7 2. Compile
8
9 1) Generate library:
10
11 # make
12
13 2) Generate test
14
15 # make test
16
17 3. Install
18
19 You need to copy following header files to your project:
20
21   basetype.h
22   platform-adpt.h
23   rudp.h
24
25 plus the library file:
26   XXX/librudp.a