mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
Update TODO
This commit is contained in:
parent
bed57717ba
commit
8caae958fd
1 changed files with 3 additions and 4 deletions
7
TODO.md
7
TODO.md
|
|
@ -12,14 +12,13 @@
|
||||||
* 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
|
||||||
* find out how to fully load opentracker. adding more connections helps.
|
* find out how to fully load opentracker
|
||||||
Try turning on keepalive in opentracker too.
|
* only half the number of requests are sent back as responses in opentracker
|
||||||
* why does opentracker only send back half number of responses as requests?
|
and in aquatic when keep_alive is set to false, why?
|
||||||
* Don't send keepalive header, it is not necessary with HTTP/1.1? (But
|
* Don't send keepalive header, it is not necessary with HTTP/1.1? (But
|
||||||
opentracker might want it)
|
opentracker might want it)
|
||||||
|
|
||||||
## aquatic_http
|
## aquatic_http
|
||||||
* drop connection after sending response? might be good, might be bad
|
|
||||||
* check if connection ValidUntil's are really updated when necessary. there
|
* check if connection ValidUntil's are really updated when necessary. there
|
||||||
are some connections dropped after a while when load testing
|
are some connections dropped after a while when load testing
|
||||||
* add tests
|
* add tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue