measure time between Hello and IHU v3

This commit is contained in:
Maxime Van Hees
2023-04-27 15:33:47 +00:00
parent a9fd3a55cb
commit f08dcdb9c6
+1 -1
View File
@@ -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);
}
}