Skip to content

Commit

Permalink
Add debug log for non-ideal eyeball dial attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Dec 29, 2024
1 parent 9698e25 commit c47d4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binaries/geph5-exit/src/ipv6.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ impl EyeballDialer {
.map(|(idx, addr)| async move {
if idx > 0 {
smol::Timer::after(Duration::from_millis(200 * idx as u64)).await;
tracing::debug!(idx, addr, "eyeballed to non-ideal");
}
if addr.is_ipv6() {
if let Some(my_addr) = my_addr {
Expand Down

0 comments on commit c47d4f6

Please sign in to comment.