Crates.io | nakamoto-net-mio |
lib.rs | nakamoto-net-mio |
version | 0.1.0 |
source | src |
created_at | 2022-12-19 19:22:37.420384 |
updated_at | 2022-12-19 19:22:37.420384 |
description | Mio-based networking for nakamoto |
homepage | https://github.com/johncantrell97/nakamoto-net-mio |
repository | https://github.com/johncantrell97/nakamoto-net-mio |
max_upload_size | |
id | 741499 |
size | 32,770 |
This crate is a nakamoto network reactor implemented using the mio library. It is a drop-in replacement for the default nakamoto-net-poll crate normally used with nakamoto. The reason to use this over nakamoto-net-poll
is purely for better cross-platform support. At the moment nakamoto-net-poll
is based on popol which is a minimal wrapper around poll()
. I believe popol
will only work on unix based systems.