mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update TODO
This commit is contained in:
parent
f9c1da9520
commit
bfabd1fe57
1 changed files with 10 additions and 3 deletions
13
TODO.md
13
TODO.md
|
|
@ -10,9 +10,16 @@
|
|||
* test tls
|
||||
* request parsing in protocol module instead of in network? Not obvious
|
||||
what error return type to use then
|
||||
* compact peer representation in announce response: is implementation correct?
|
||||
* scrape info hash parsing: multiple ought to be accepted
|
||||
* scrape response panic
|
||||
* scrape info hash parsing: multiple ought to be accepted, might need to roll
|
||||
my own url encode crate anyway or possibly use https://github.com/samscott89/serde_qs
|
||||
* serialization
|
||||
* 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
|
||||
expected. I think the bendy AsString wrapper is what is needed here, but
|
||||
the question is how to combine it with serde serialization AND how to
|
||||
combine that with future serialization for load tester, where no bencode
|
||||
should be involved.
|
||||
* compact peer representation in announce response: is implementation correct?
|
||||
* move stuff to common crate with ws: what about Request/InMessage etc?
|
||||
* don't overdo this
|
||||
* 20 byte helper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue