Add Peer UI display

This commit is contained in:
Michael Bradley 2025-07-05 23:03:52 -04:00
parent e883f201c0
commit c29344ba6d
Signed by: MichaelBradley
SSH key fingerprint: SHA256:o/aaeYtRubILK7OYYjYP12DmU7BsPUhKji1AgaQ+ge4
3 changed files with 80 additions and 7 deletions

View file

@ -9,6 +9,6 @@ mod thread;
#[allow(unused_imports)]
pub mod prelude {
pub use super::packet::{InboundPacket, OutboundPacket, Packet};
pub use super::peer::Peer;
pub use super::peer::{Peer, PeerReceiveTiming, PeerSendTiming};
pub use super::plugin::{NetIOPlugin, NetworkState};
}