mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
Update README and TODO
This commit is contained in:
parent
bdb6aced1c
commit
6240cc2106
2 changed files with 3 additions and 4 deletions
|
|
@ -108,7 +108,8 @@ except that it:
|
||||||
source IP is always used.
|
source IP is always used.
|
||||||
* Doesn't track of the number of torrent downloads (0 is always sent).
|
* Doesn't track of the number of torrent downloads (0 is always sent).
|
||||||
|
|
||||||
Supports IPv4 and IPv6.
|
Supports IPv4 and IPv6 (BitTorrent UDP protocol doesn't support IPv6 very well,
|
||||||
|
however.)
|
||||||
|
|
||||||
#### Benchmarks
|
#### Benchmarks
|
||||||
|
|
||||||
|
|
|
||||||
4
TODO.md
4
TODO.md
|
|
@ -41,10 +41,8 @@
|
||||||
## aquatic_udp
|
## aquatic_udp
|
||||||
* mio: set oneshot for epoll and kqueue? otherwise, stop reregistering?
|
* mio: set oneshot for epoll and kqueue? otherwise, stop reregistering?
|
||||||
* handle errors similarily to aquatic_ws, including errors in socket workers
|
* handle errors similarily to aquatic_ws, including errors in socket workers
|
||||||
* 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
|
|
||||||
use of Ipv4 ones, I have to check.
|
|
||||||
* More tests?
|
* More tests?
|
||||||
|
* Protocol crate: converter functions should be trait functions
|
||||||
|
|
||||||
# Not important
|
# Not important
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue