Add Peer UI display
This commit is contained in:
parent
e883f201c0
commit
c29344ba6d
3 changed files with 80 additions and 7 deletions
|
@ -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};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue