Skip to content

Rewrite telnetd to tokio

Jeremy Soller requested to merge jD91mZM2:telnetd into master

Created by: jD91mZM2

This is not a part of #33 because it depends on a mio fork, not just for redox support, but for also additional functions for interfacing with raw file descriptor. This means that even when redox support is upstream we still have to wait with this even longer to get owned-eventedfd merged.

That said, this should now use a fixed number of threads and therefore less resources with a larger amount of connections. Also fixed a winsize issue on redox :)

Merge request reports