break everything

This commit is contained in:
John Smith
2022-11-26 14:16:02 -05:00
parent 79f55f1a0c
commit 25ace50d45
17 changed files with 760 additions and 220 deletions

View File

@@ -964,8 +964,8 @@ impl RouteSpecStore {
let safety_spec = SafetySpec {
preferred_route: None,
hop_count: self.unlocked_inner.default_route_hop_count,
stability: Stability::LowLatency,
sequencing: Sequencing::NoPreference,
stability: Stability::default(),
sequencing: Sequencing::default(),
};
let safety_selection = SafetySelection::Safe(safety_spec);