WIP: start work on http tracker

This commit is contained in:
Joakim Frostegård 2020-07-01 18:56:19 +02:00
parent ebe4d4357b
commit 404e528616
15 changed files with 1845 additions and 0 deletions

View file

@ -5,6 +5,13 @@
* avx-512 should be avoided, maybe this should be mentioned in README
and maybe run scripts should be adjusted
## aquatic_http
* setup tls connection: support TLS and plain at the same time??
* parse http requests incrementally when data comes in. crate for streaming
parse?
* serde for request/responses, also url encoded info hashes and peer id's
* move stuff to common crate with ws: what about Request/InMessage etc?
## aquatic_ws
* tests
* ipv4 and ipv6 state split: think about this more..