Don't immediately send heartbeat
All checks were successful
CI / Formatting (push) Successful in 1m11s
All checks were successful
CI / Formatting (push) Successful in 1m11s
This commit is contained in:
parent
591cfee715
commit
e58629c2f1
5 changed files with 50 additions and 46 deletions
|
@ -1,4 +1,5 @@
|
|||
mod io;
|
||||
mod packet;
|
||||
mod peer;
|
||||
mod plugin;
|
||||
mod queues;
|
||||
|
@ -7,7 +8,7 @@ mod thread;
|
|||
|
||||
#[allow(unused_imports)]
|
||||
pub mod prelude {
|
||||
pub use super::io::{InboundPacket, OutboundPacket, Packet};
|
||||
pub use super::packet::{InboundPacket, OutboundPacket, Packet};
|
||||
pub use super::peer::Peer;
|
||||
pub use super::plugin::{NetIOPlugin, NetworkState};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue