You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/platform/linux/mod.rs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,10 @@ impl PlatformConfig {
53
53
/// Enable or disable packet information, the first 4 bytes of
54
54
/// each packet delivered from/to Linux underlying API is a header with flags and protocol type when enabled.
55
55
///
56
-
/// [Note: This configuration just applies to the Linux underlying API and is a no-op on tun(i.e. the packets delivered from/to tun always contain no packet information) -- end note].
56
+
/// [Note: This configuration just applies to the Linux underlying API and is a no-op on `tun` crate
57
+
/// (i.e. the packets delivered from/to `tun` crate must always NOT contain packet information) -- end note].
57
58
#[deprecated(
58
-
since = "1.0.0",
59
+
since = "0.7.0",
59
60
note = "No effect applies to the packets delivered from/to tun since the packets always contain no header on all platforms."
0 commit comments