Skip to content

Commit 9ae0de4

Browse files
committed
Update README
1 parent 791bffc commit 9ae0de4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ An implementation of the **UDP-based Data Transfer (UDT)** protocol in C.
33
UDT is a much faster data transfer protocol than TCP and provides a socket
44
interface to send/receive data just like any other protocol.
55

6+
The documentation can be found in the header files (see `include/udt.h`).
7+
68
### How to
79
```bash
810
make # compile

0 commit comments

Comments
 (0)