We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53cc3b commit 0b820abCopy full SHA for 0b820ab
talpid-wireguard/src/ping_monitor/icmp.rs
@@ -74,8 +74,6 @@ impl Pinger {
74
sock.bind_device(Some(interface_name.as_bytes()))
75
.map_err(Error::SocketOp)?;
76
77
- // nix::sys::socket::setsockopt(fd, opt, val) // TODO: deleteme
78
-
79
#[cfg(target_os = "macos")]
80
Self::set_device_index(&sock, &interface_name)?;
81
0 commit comments