Skip to content

Commit cf3703b

Browse files
committed
Prettify README
1 parent 356716c commit cf3703b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Complementary UDT Implementation
2-
A complementary implementation of the UDT protocol that can communicate with any existing UDT implementation to provide a custom API.
1+
# UDT Implementation in C
2+
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.
35

46
### How to
57
```bash
@@ -30,5 +32,12 @@ progs/recvfile "file/to/get" "file/to/saveas" # receive the file
3032
### Bugs, suggestions
3133
Please report bugs, suggestions [here](https://github.com/utkarshme/udt-c/issues).
3234

35+
36+
### References
37+
38+
- Yunhong Gu and Robert L. Grossman, UDT: UDP-based Data Transfer for High-Speed Wide Area Networks, Computer Networks (Elsevier). Volume 51, Issue 7. May 2007.
39+
- UDT Implementation in C++ : [http://udt.sourceforge.net/software.html](http://udt.sourceforge.net/software.html).
40+
- UDT Manual : [http://udt.sourceforge.net/udt4/](http://udt.sourceforge.net/udt4/).
41+
3342
### License
3443
MIT

0 commit comments

Comments
 (0)