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
ea8b37b4d5
commit
c8512e1cdf
1 changed files with 6 additions and 2 deletions
8
TODO.md
8
TODO.md
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## General
|
## General
|
||||||
|
|
||||||
|
* have main thread wait for any of the threads returning, quit
|
||||||
|
if that is the since since it means a panic occured
|
||||||
* automatic tests running real clients in container?
|
* automatic tests running real clients in container?
|
||||||
|
|
||||||
## aquatic_http_load_test
|
## aquatic_http_load_test
|
||||||
|
|
@ -35,8 +37,10 @@
|
||||||
write actually block here? And what action should be taken then?
|
write actually block here? And what action should be taken then?
|
||||||
|
|
||||||
## aquatic_ws
|
## aquatic_ws
|
||||||
* tests for request/response serialization and deserialization
|
* use mio waker, wake it when sending OutMessage's to socket workers? Not
|
||||||
* add Arbitrary instances, add conversion identity tests
|
necessarily very beneficial since this sending is batched anyway. A benefit
|
||||||
|
would be enabling setting poll timeout much higher so periods without
|
||||||
|
traffic don't really activate the CPU
|
||||||
* what does numwant do in reference tracker? number of offers to send, right?
|
* what does numwant do in reference tracker? number of offers to send, right?
|
||||||
* test transfer again with changes made:
|
* test transfer again with changes made:
|
||||||
* crossbeam-channel
|
* crossbeam-channel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue