We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791bffc commit 9ae0de4Copy full SHA for 9ae0de4
README.md
@@ -3,6 +3,8 @@ An implementation of the **UDP-based Data Transfer (UDT)** protocol in C.
3
UDT is a much faster data transfer protocol than TCP and provides a socket
4
interface to send/receive data just like any other protocol.
5
6
+The documentation can be found in the header files (see `include/udt.h`).
7
+
8
### How to
9
```bash
10
make # compile
0 commit comments