mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
Update TODO
This commit is contained in:
parent
edeeee8f51
commit
5523c87634
1 changed files with 3 additions and 3 deletions
6
TODO.md
6
TODO.md
|
|
@ -11,8 +11,6 @@
|
||||||
enabled), then converting them to mio tcp streams
|
enabled), then converting them to mio tcp streams
|
||||||
* really break and remove connection when reading 0 bytes?
|
* really break and remove connection when reading 0 bytes?
|
||||||
* find out how to fully load opentracker
|
* find out how to fully load opentracker
|
||||||
* only half the number of requests are sent back as responses in opentracker
|
|
||||||
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)
|
||||||
|
|
||||||
|
|
@ -54,7 +52,9 @@
|
||||||
# Not important
|
# Not important
|
||||||
|
|
||||||
## General
|
## General
|
||||||
* mio oneshot setting: could it be beneficial?
|
* mio oneshot setting: could it be beneficial? I think not, I think it is
|
||||||
|
only useful when there are multiple references to a fd, which shouldn't
|
||||||
|
be the case?
|
||||||
* peer extractor: extract one extra, remove peer if same as sender, otherwise
|
* peer extractor: extract one extra, remove peer if same as sender, otherwise
|
||||||
just remove one?
|
just remove one?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue