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 af8544c commit 15cab41Copy full SHA for 15cab41
README.md
@@ -12,5 +12,17 @@ export LD_LIBRARY_PATH=./src/:$LD_LIBRARY_PATH # export the library path
12
./progs/client # start the client
13
```
14
15
+### Progress
16
+ - [x] Implement architecture.
17
+ - [x] Implement basic API.
18
+ - [x] Implement handshake.
19
+ - [x] Use threads for sender/receiver.
20
+ - [x] Implement data packet handling.
21
+ - [ ] 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.
25
+
26
27
### License
28
MIT
0 commit comments