mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
TODO.md: update aquatic_ws section
This commit is contained in:
parent
e1260d14de
commit
c84dd2e5bb
1 changed files with 6 additions and 0 deletions
6
TODO.md
6
TODO.md
|
|
@ -40,6 +40,12 @@
|
|||
scrape requests I suppose.
|
||||
|
||||
## 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,
|
||||
maybe put it and message size at 128k just to be sure
|
||||
* test transfer, specifically ipv6/ipv4 mapping
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue