Skip to content

Commit 15cab41

Browse files
committed
Add project progress information
1 parent af8544c commit 15cab41

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,17 @@ export LD_LIBRARY_PATH=./src/:$LD_LIBRARY_PATH # export the library path
1212
./progs/client # start the client
1313
```
1414

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+
1527
### License
1628
MIT

0 commit comments

Comments
 (0)