Skip to content

Commit

Permalink
fix(iroh-net): fix display of mixed type connections (#1882)
Browse files Browse the repository at this point in the history
## Description

Closes #1723 

## Notes & open questions

na

## Change checklist

- [x] Self-review.
- [ ] Documentation updates if relevant.
- [ ] Tests if relevant.
  • Loading branch information
divagant-martian committed Dec 12, 2023
1 parent 0d9ebea commit 9d047e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-net/src/magicsock/peer_map/endpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ pub enum ConnectionType {
///
/// This is the case if we do have a UDP address, but are missing a recent confirmation that
/// the addrss works.
#[display("relay")]
#[display("mixed")]
Mixed(SocketAddr, u16),
/// We have no verified connection to this PublicKey
#[display("none")]
Expand Down

0 comments on commit 9d047e0

Please sign in to comment.