mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
Update TODO
This commit is contained in:
parent
1b890e8321
commit
db596b5038
1 changed files with 0 additions and 8 deletions
8
TODO.md
8
TODO.md
|
|
@ -4,10 +4,8 @@
|
||||||
* test functionality
|
* test functionality
|
||||||
* implement for aquatic_ws
|
* implement for aquatic_ws
|
||||||
|
|
||||||
* Don't unwrap peer_address
|
|
||||||
* Consider turning on safety and override flags in mimalloc (mostly for
|
* Consider turning on safety and override flags in mimalloc (mostly for
|
||||||
simd-json)
|
simd-json)
|
||||||
* Use Cow for error response messages?
|
|
||||||
|
|
||||||
## General
|
## General
|
||||||
* extract response peers: extract "one extra" to compensate for removal,
|
* extract response peers: extract "one extra" to compensate for removal,
|
||||||
|
|
@ -44,12 +42,6 @@
|
||||||
scrape requests I suppose.
|
scrape requests I suppose.
|
||||||
|
|
||||||
## aquatic_ws
|
## aquatic_ws
|
||||||
* panic when unwrapping peer_address after peer closes connection:
|
|
||||||
|
|
||||||
```
|
|
||||||
thread 'socket-01' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 22, kind: InvalidInput, message: "Invalid argument" }', aquatic_ws/src/lib/network/connection.rs:28:59
|
|
||||||
```
|
|
||||||
|
|
||||||
* websocket_max_frame_size should be at least something like 64 * 1024,
|
* websocket_max_frame_size should be at least something like 64 * 1024,
|
||||||
maybe put it and message size at 128k just to be sure
|
maybe put it and message size at 128k just to be sure
|
||||||
* test transfer, specifically ipv6/ipv4 mapping
|
* test transfer, specifically ipv6/ipv4 mapping
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue