mirror of
https://github.com/zaphar/icmp-socket.git
synced 2025-07-21 19:29:47 -04:00
Opts doesnt need to be public
This commit is contained in:
parent
07c88084d8
commit
a798645326
@ -56,7 +56,7 @@ pub trait IcmpSocket {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Options for this socket.
|
/// Options for this socket.
|
||||||
pub struct Opts {
|
struct Opts {
|
||||||
hops: u32,
|
hops: u32,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user