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 1dd7a90 commit 7dc2ccfCopy full SHA for 7dc2ccf
README.md
@@ -18,7 +18,7 @@ export LD_LIBRARY_PATH=./src/:$LD_LIBRARY_PATH # export the library path
18
- [x] Implement handshake.
19
- [x] Use threads for sender/receiver.
20
- [x] Implement data packet handling.
21
- - [ ] Implement `sendfile`, `recvfile`.
+ - [x] Implement `sendfile`, `recvfile`.
22
- [ ] Implement timer and use it to send various packets.
23
- [ ] Make this work with an existing UDT implementation.
24
- [ ] Implement a congestion control algorithm.
0 commit comments