mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_http: parameterise many data structures over peer IP protocol
This commit is contained in:
parent
da4ba14b47
commit
2386dd0e8b
7 changed files with 230 additions and 205 deletions
6
TODO.md
6
TODO.md
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
## General
|
||||
|
||||
* use ipv4-mapped address functions
|
||||
* use ipv4-mapped address functions, but I should check that they really
|
||||
work as they really work as they should. All announces over ipv4 should
|
||||
go to ipv4 map, all over ipv6 to ipv6 map
|
||||
* avx-512 should be avoided, maybe this should be mentioned in README
|
||||
and maybe run scripts should be adjusted
|
||||
|
||||
|
|
@ -11,8 +13,6 @@
|
|||
* test tls
|
||||
* current serialized byte strings valid
|
||||
* scrape: does it work with multiple hashes?
|
||||
* store Ipv4Addr / Ipv6 addr in peer map, for correctness and so that strange
|
||||
conversion in handler doesn't have to occur
|
||||
* compact=0 should result in error response
|
||||
* tests of request parsing
|
||||
* tests of response serialization (against data known to be good would be nice)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue