diff --git a/zebra-network/src/address_book.rs b/zebra-network/src/address_book.rs index 878cb0609df..4728df5c677 100644 --- a/zebra-network/src/address_book.rs +++ b/zebra-network/src/address_book.rs @@ -73,7 +73,8 @@ pub struct AddressBook { /// [`OrderedMap`] sorts in descending order. by_addr: OrderedMap>, - /// The address with a last_connection_state of [`Responded`] and the most recent `last_response` time by IP. + /// The address with a last_connection_state of [`PeerAddrState::Responded`] and + /// the most recent `last_response` time by IP. most_recent_by_ip: HashMap, /// The local listener address.