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
c2f79aa368
commit
919b846775
1 changed files with 2 additions and 1 deletions
3
TODO.md
3
TODO.md
|
|
@ -10,7 +10,7 @@
|
||||||
* test tls
|
* test tls
|
||||||
* request parsing in protocol module instead of in network? Not obvious
|
* request parsing in protocol module instead of in network? Not obvious
|
||||||
what error return type to use then
|
what error return type to use then
|
||||||
* scrape info hash parsing: does multiple hashes work?
|
* scrape: does it work with multiple hashes?
|
||||||
* serialization
|
* serialization
|
||||||
* there is the question of how serialization should be done for 20 byte
|
* there is the question of how serialization should be done for 20 byte
|
||||||
arrays, such as in the scrape response. There, a 20 byte byte string is
|
arrays, such as in the scrape response. There, a 20 byte byte string is
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
the question is how to combine it with serde serialization AND how to
|
the question is how to combine it with serde serialization AND how to
|
||||||
combine that with future serialization for load tester, where no bencode
|
combine that with future serialization for load tester, where no bencode
|
||||||
should be involved. LIKELY SOLVED!
|
should be involved. LIKELY SOLVED!
|
||||||
|
* error response for invalid announce request?
|
||||||
* compact response peers should be forbidden for ipv6
|
* compact response peers should be forbidden for ipv6
|
||||||
* move stuff to common crate with ws: what about Request/InMessage etc?
|
* move stuff to common crate with ws: what about Request/InMessage etc?
|
||||||
* don't overdo this
|
* don't overdo this
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue