mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update TODO
This commit is contained in:
parent
d44d513879
commit
5845393fbb
1 changed files with 3 additions and 0 deletions
3
TODO.md
3
TODO.md
|
|
@ -9,6 +9,7 @@
|
||||||
* opening new connections in current form causes macOS issues, why?
|
* opening new connections in current form causes macOS issues, why?
|
||||||
* try creating sockets with different ports (and also local ips if setting
|
* try creating sockets with different ports (and also local ips if setting
|
||||||
enabled), then converting them to mio tcp streams
|
enabled), then converting them to mio tcp streams
|
||||||
|
* num_connections config field as in ws load test
|
||||||
|
|
||||||
## aquatic_http
|
## aquatic_http
|
||||||
* upper limit on request read buffer
|
* upper limit on request read buffer
|
||||||
|
|
@ -35,6 +36,8 @@
|
||||||
aquatic_http (including ip uniqueness part of peer map key)
|
aquatic_http (including ip uniqueness part of peer map key)
|
||||||
* tests
|
* tests
|
||||||
* use enum as return type for handshake machine
|
* use enum as return type for handshake machine
|
||||||
|
* optimize serialize_20_bytes (10% cpu utilization). deserialize_20_bytes
|
||||||
|
doesn't seem to be that expensive (1-2% cpu)
|
||||||
|
|
||||||
## aquatic_udp
|
## aquatic_udp
|
||||||
* mio: set oneshot for epoll and kqueue? otherwise, stop reregistering?
|
* mio: set oneshot for epoll and kqueue? otherwise, stop reregistering?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue