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 2af4d22 commit dee28f7Copy full SHA for dee28f7
uefi/CHANGELOG.md
@@ -1,6 +1,7 @@
1
# uefi - [Unreleased]
2
3
## Added
4
+- Added `Tcpv4` protocol and types.
5
6
## Changed
7
uefi/src/proto/network/mod.rs
@@ -21,5 +21,6 @@ pub mod http;
21
pub mod ip4config2;
22
pub mod pxe;
23
pub mod snp;
24
+pub mod tcpv4;
25
26
pub use uefi_raw::MacAddress as EfiMacAddr;
0 commit comments