some improvements (#939)

1. ospf route conn map should also use version
2. treat nopat as cone
This commit is contained in:
Sijie.Sun
2025-06-05 22:49:57 +08:00
committed by GitHub
parent 3fb172b4d2
commit 0314c66635
8 changed files with 35 additions and 29 deletions
+1
View File
@@ -432,6 +432,7 @@ impl PeerConn {
loss_rate: (f64::from(self.loss_rate_stats.load(Ordering::Relaxed)) / 100.0) as f32,
is_client: self.is_client.unwrap_or_default(),
network_name: info.network_name.clone(),
is_closed: self.close_event_notifier.is_closed(),
}
}
}