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:
parent
d3836e6fd8
commit
2ed8bb00cf
|
@ -43,7 +43,7 @@ use crate::{constants, types::MetaAddr, AddressBook, BoxError, Request, Response
|
|||
/// │ │
|
||||
/// │ │
|
||||
/// │ ┌──────────────────┐ │
|
||||
/// │ │ Listener Port │ │
|
||||
/// │ │ Inbound │ │
|
||||
/// │ │ Peer Connections │ │
|
||||
/// │ └──────────────────┘ │
|
||||
/// │ │ │
|
||||
|
@ -68,7 +68,7 @@ use crate::{constants, types::MetaAddr, AddressBook, BoxError, Request, Response
|
|||
/// ╲ ╱ to remove live │
|
||||
/// V `Responded` peers │
|
||||
/// │ │
|
||||
/// │ │
|
||||
/// │ Try outbound connection │
|
||||
/// ▼ │
|
||||
/// ┌────────────────┐ │
|
||||
/// │`AttemptPending`│ │
|
||||
|
|
Loading…
Reference in New Issue