Skip to content

Commit 9f5dc5c

Browse files
authored
Add a Codacy badge to README
2 parents 486764f + d27791b commit 9f5dc5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# UDT Implementation in C
2+
3+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/212e3f610f6149dca8e66b0e75e97abe)](https://app.codacy.com/app/UtkarshMe/udt-c?utm_source=github.com&utm_medium=referral&utm_content=UtkarshMe/udt-c&utm_campaign=badger)
4+
25
An implementation of the **UDP-based Data Transfer (UDT)** protocol in C.
36
UDT is a much faster data transfer protocol than TCP and provides a socket
47
interface to send/receive data just like any other protocol.

0 commit comments

Comments
 (0)