aquatic_udp: stop reregistering socket

This commit is contained in:
Joakim Frostegård 2020-08-02 00:46:47 +02:00
parent fb850170c4
commit 6018450414
2 changed files with 3 additions and 5 deletions

View file

@ -41,13 +41,15 @@
doesn't seem to be that expensive (1-2% cpu)
## aquatic_udp
* mio: set oneshot for epoll and kqueue? otherwise, stop reregistering?
* handle errors similarily to aquatic_ws, including errors in socket workers
* More tests?
* Protocol crate: converter functions should be trait functions
# Not important
## General
* mio oneshot setting: could it be beneficial?
## aquatic_http
* request parsing:
* smartstring: maybe use for keys? maybe use less? needs benchmarking