mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-06-07 00:01:40 +00:00
measure time between Hello and IHU v3
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ impl Peer {
|
||||
}
|
||||
|
||||
pub fn increase_hello_seqno(&mut self) {
|
||||
self.last_sent_hello_seqno += 1;
|
||||
self.last_sent_hello_seqno = self.last_sent_hello_seqno + 1;
|
||||
println!("last hello seqno increasted to {}", self.last_sent_hello_seqno);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user