Searched defs:ConnectionManagerState (Results 1 – 1 of 1) sorted by relevance
86 struct ConnectionManagerState { struct88 attempts: ConnectionAttempts,90 current_connections: HashSet<AddressWithType>,93 acceptlist_manager: LeAcceptlistManager,134 fn reconcile_state(state: &mut ConnectionManagerState) { in reconcile_state()