mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
Update TODO
This commit is contained in:
parent
cae534d82d
commit
ce1fc8c1b3
1 changed files with 2 additions and 0 deletions
2
TODO.md
2
TODO.md
|
|
@ -1,11 +1,13 @@
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
## aquatic
|
## aquatic
|
||||||
|
* don't use atomic usizes in torrent state, doesn't make sense anymore
|
||||||
* mio: set oneshot for epoll and kqueue? otherwise, stop reregistering?
|
* mio: set oneshot for epoll and kqueue? otherwise, stop reregistering?
|
||||||
* Handle Ipv4 and Ipv6 peers. Probably split torrent state. Ipv4 peers
|
* Handle Ipv4 and Ipv6 peers. Probably split torrent state. Ipv4 peers
|
||||||
can't make use of Ipv6 ones. Ipv6 ones may or may note be able to make
|
can't make use of Ipv6 ones. Ipv6 ones may or may note be able to make
|
||||||
use of Ipv4 ones, I have to check.
|
use of Ipv4 ones, I have to check.
|
||||||
* More tests?
|
* More tests?
|
||||||
|
* chroot / drop privileges? Crates: privdrop, daemonize
|
||||||
|
|
||||||
## bittorrent_udp
|
## bittorrent_udp
|
||||||
* Tests with good known byte sequences (requests and responses)
|
* Tests with good known byte sequences (requests and responses)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue