Skip to content

Commit

Permalink
fixup: add some todos
Browse files Browse the repository at this point in the history
  • Loading branch information
hulthe committed Jan 13, 2025
1 parent 84b4f18 commit c344dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions leak-checker/src/traceroute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pub struct TracerouteOpt {
pub port: Option<u16>,

/// Use ICMP-Echo for the probe packets instead of UDP.
// TODO: we don't support UDP on windows
#[clap(long)]
pub icmp: bool,
}
Expand Down
1 change: 1 addition & 0 deletions leak-checker/src/traceroute/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ pub fn get_interface_ip(interface: &Interface, ip_version: Ip) -> anyhow::Result
.ok_or(anyhow!("No IP for interface {interface:?}"))
}

// TODO: remove this
/*
use std::{
ffi::c_void,
Expand Down

0 comments on commit c344dbd

Please sign in to comment.