mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
Update TODO
This commit is contained in:
parent
8ebfb1d0ce
commit
3d0de73873
1 changed files with 4 additions and 3 deletions
7
TODO.md
7
TODO.md
|
|
@ -6,10 +6,9 @@
|
||||||
and maybe run scripts should be adjusted
|
and maybe run scripts should be adjusted
|
||||||
|
|
||||||
## aquatic_http
|
## aquatic_http
|
||||||
* test with real clients
|
* test torrent transfer with real clients
|
||||||
* test tls
|
* test tls
|
||||||
* current serialized byte strings valid? need to test torrent transfer to
|
* current serialized byte strings valid
|
||||||
find out
|
|
||||||
* scrape: does it work with multiple hashes?
|
* scrape: does it work with multiple hashes?
|
||||||
* StreamEnded isn't really an error and should really only be debug-logged
|
* StreamEnded isn't really an error and should really only be debug-logged
|
||||||
* non-compact peers for ipv6 generally: use ResponsePeerList enum
|
* non-compact peers for ipv6 generally: use ResponsePeerList enum
|
||||||
|
|
@ -28,6 +27,8 @@
|
||||||
values per key for scrape requests)
|
values per key for scrape requests)
|
||||||
* 'left' optional in magnet requests? Probably not. Transmission sends huge
|
* 'left' optional in magnet requests? Probably not. Transmission sends huge
|
||||||
positive number.
|
positive number.
|
||||||
|
* handle_connection_read_event: this is an ugly function, but I don't know
|
||||||
|
how to improve it
|
||||||
|
|
||||||
## aquatic_ws
|
## aquatic_ws
|
||||||
* is 'key' sent in announce request? if so, maybe handle it like in
|
* is 'key' sent in announce request? if so, maybe handle it like in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue