aquatic_ws: add Config, use in many places; use cli_helpers for cli

Also add mimalloc
This commit is contained in:
Joakim Frostegård 2020-05-12 14:58:55 +02:00
parent 0c8160e3d6
commit 21048727db
6 changed files with 189 additions and 20 deletions

View file

@ -9,11 +9,10 @@
* test
* test full torrent transfer (offer-answer exchange)
* torrent state cleaning
* config
* limit number of info hashes allowed in scrape requests
* cli, mimalloc
* log crate instead of println/eprintln
* privdrop
* some config.network fields are actually used in handler. maybe they should
be checked while parsing? not completely clear
## aquatic_udp
* mio: set oneshot for epoll and kqueue? otherwise, stop reregistering?