Commit 4362e589 authored by nanamicat's avatar nanamicat

clean

parent eec03bfb
...@@ -9,7 +9,6 @@ use std::time::SystemTime; ...@@ -9,7 +9,6 @@ use std::time::SystemTime;
pub struct Router { pub struct Router {
pub link_address: SocketAddr, pub link_address: SocketAddr,
quality: PeerQuality, quality: PeerQuality,
seq: u8,
remote_time: u16, remote_time: u16,
local_time: u16, local_time: u16,
history: Vec<Option<i16>>, history: Vec<Option<i16>>,
...@@ -36,7 +35,6 @@ impl Router { ...@@ -36,7 +35,6 @@ impl Router {
jitter: 0, jitter: 0,
delay: 0, delay: 0,
}, },
seq: 0,
local_time: 0, local_time: 0,
remote_time: 0, remote_time: 0,
history: Vec::new(), history: Vec::new(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment