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
7c9ecda53a
commit
289658815c
1 changed files with 8 additions and 1 deletions
9
TODO.md
9
TODO.md
|
|
@ -2,16 +2,23 @@
|
||||||
|
|
||||||
## aquatic_ws
|
## aquatic_ws
|
||||||
* network
|
* network
|
||||||
* native_tls for wss support
|
* native_tls for wss support (__important__)
|
||||||
* handshake: deregister stream when applicable
|
* handshake: deregister stream when applicable
|
||||||
* test
|
* test
|
||||||
* test full torrent transfer (offer-answer exchange)
|
* test full torrent transfer (offer-answer exchange)
|
||||||
|
* test cleaning, multiple socket workers
|
||||||
* log crate instead of println/eprintln?
|
* log crate instead of println/eprintln?
|
||||||
* privdrop
|
* privdrop
|
||||||
* config
|
* config
|
||||||
* send/recv buffer size: how does this interact with tls?
|
* send/recv buffer size: how does this interact with tls?
|
||||||
* some config.network fields are actually used in handler. maybe they should
|
* some config.network fields are actually used in handler. maybe they should
|
||||||
be checked while parsing? not completely clear
|
be checked while parsing? not completely clear
|
||||||
|
* limit ws message sizes?
|
||||||
|
* "close connection" message from handler on peer_id and socket_addr mismatch?
|
||||||
|
Probably not really necessary. If it is an honest mistake, peer will just
|
||||||
|
keep announcing and after a few minutes, the peer in the map will be cleaned
|
||||||
|
out and everything will start working
|
||||||
|
* ipv4 / ipv6 split state?
|
||||||
|
|
||||||
## 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