Update TODO

This commit is contained in:
Joakim Frostegård 2020-07-03 17:45:41 +02:00
parent c2f79aa368
commit 919b846775

View file

@ -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