We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c189a2e commit 115ff16Copy full SHA for 115ff16
src/socket/eth.rs
@@ -80,10 +80,10 @@ impl core::fmt::Display for EthMetadata {
80
}
81
82
83
-/// A Eth packet metadata.
+/// An Ethernet packet metadata.
84
pub type PacketMetadata = crate::storage::PacketMetadata<EthMetadata>;
85
86
-/// A Eth packet ring buffer.
+/// An Ethernet packet ring buffer.
87
pub type PacketBuffer<'a> = crate::storage::PacketBuffer<'a, EthMetadata>;
88
89
pub type Ethertype = u16;
0 commit comments