mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
Update TODO
This commit is contained in:
parent
114b8007e1
commit
87328f788d
1 changed files with 3 additions and 7 deletions
10
TODO.md
10
TODO.md
|
|
@ -28,13 +28,6 @@
|
|||
* vec reserve
|
||||
* test multiple scrape hashes
|
||||
* test with strange/bad inputs, with and without quickcheck
|
||||
* maybe do crazy http parsing: check for newline with memchr, take slice until
|
||||
there. then iter over space newlines/just take relevant data:
|
||||
```
|
||||
let before_path = iter.next()?;
|
||||
let after_path = iter.next()?;
|
||||
let path = buffer[a+1..b] // then add some security checks
|
||||
```
|
||||
* test torrent transfer with real clients
|
||||
* test tls
|
||||
* current serialized byte strings valid
|
||||
|
|
@ -74,6 +67,9 @@
|
|||
* deserialize 20 bytes: possibly rewrite (just check length of underlying
|
||||
bytes == 20 and then copy them), also maybe remove String from map for
|
||||
these cases too. doesn't really improve performance
|
||||
* crazy http parsing: check for newline with memchr, take slice until
|
||||
there. then iter over space newlines/just take relevant data. Not faster
|
||||
than httparse and a lot worse
|
||||
|
||||
## aquatic_ws
|
||||
* is 'key' sent in announce request? if so, maybe handle it like in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue