-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(iroh-net): ping via relay, enable relay ping in derp only mode (#…
…1632) ## Description - pings the derp region when we ping the udp addresses - handles pongs via derp - enables ping and pongs via relay in derp only mode ## Notes & open questions I left two nodes in my machine, in derp only mode running and they never became direct peers so I consider this a safe change wrt the derp only env flag This fixes the second part of #1576 Output example ```bash > node connections # node id region conn type latency # xqcdy7bioujckakup5iicwfgppljpffbmelwssj4hngf5u3satga 1 relay 166ms,859μs ``` ## Change checklist - [x] Self-review. - [ ] Documentation updates if relevant. - [ ] Tests if relevant.
- Loading branch information
1 parent
14c4497
commit eec5425
Showing
1 changed file
with
58 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters