* Stop checking the entire AddressBook for each connection attempt * Stop redundant peer time checks within the address book * Stop calling `Instant::now` 3 times for each address book update * Only get the time once each time an address book method is called * Update outdated comment * Use an OrderedMap to efficiently store address book peers * Add address book order tests |
||
|---|---|---|
| .. | ||
| address_book | ||
| config | ||
| meta_addr | ||
| peer | ||
| peer_set | ||
| protocol | ||
| address_book.rs | ||
| address_book_updater.rs | ||
| config.rs | ||
| constants.rs | ||
| isolated.rs | ||
| lib.rs | ||
| meta_addr.rs | ||
| peer.rs | ||
| peer_set.rs | ||
| policies.rs | ||
| protocol.rs | ||