zetok / tox

toxcore implementation in Rust. Codename zetox.

Home Page:https://zetok.github.io/tox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

replace direct mio usage with tokio-core, futures & friends

zetok opened this issue · comments

commented

mio is used directly since at the time tokio-core didn't even exist. Now that it does, it would be good to move to it.

Code to modify is in https://github.com/zetok/tox/blob/master/src/toxcore/network.rs