We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412d973 commit 8928031Copy full SHA for 8928031
talpid-wireguard/src/ping_monitor/icmp.rs
@@ -61,9 +61,6 @@ pub struct Pinger {
61
62
impl Pinger {
63
/// Creates a new `Pinger`.
64
- ///
65
- /// `mtu_discover` sets the `IP_MTU_DISCOVER` flag for the socker, implying no fragementation is
66
- /// allowed.
67
pub fn new(
68
addr: Ipv4Addr,
69
#[cfg(not(target_os = "windows"))] interface_name: String,
0 commit comments