Clarify CandidateSet state diagram

We get inbound connections on the listener port,
but the important part is the inbound connection
itself.
This commit is contained in:
teor 2021-04-20 06:57:02 +10:00 committed by Deirdre Connolly
parent d3836e6fd8
commit 2ed8bb00cf
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ use crate::{constants, types::MetaAddr, AddressBook, BoxError, Request, Response
/// │ │ /// │ │
/// │ │ /// │ │
/// │ ┌──────────────────┐ │ /// │ ┌──────────────────┐ │
/// │ │ Listener Port │ │ /// │ │ Inbound │ │
/// │ │ Peer Connections │ │ /// │ │ Peer Connections │ │
/// │ └──────────────────┘ │ /// │ └──────────────────┘ │
/// │ │ │ /// │ │ │
@ -68,7 +68,7 @@ use crate::{constants, types::MetaAddr, AddressBook, BoxError, Request, Response
/// ╲ to remove live │ /// ╲ to remove live │
/// V `Responded` peers │ /// V `Responded` peers │
/// │ │ /// │ │
/// │ /// │ Try outbound connection
/// ▼ │ /// ▼ │
/// ┌────────────────┐ │ /// ┌────────────────┐ │
/// │`AttemptPending`│ │ /// │`AttemptPending`│ │