]> git.lizzy.rs Git - rudp.git/blob - README
Switch to CMake
[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