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 2ed6563 commit b51a482Copy full SHA for b51a482
uefi/CHANGELOG.md
@@ -7,6 +7,7 @@
7
- Added `proto::pci::root_bridge::PciRootBridgeIo::enumerate()`.
8
- Added `proto::nvme::pass_thru::NvmePassThru::broadcast()`.
9
- Added `proto::media::block::BlockIO2`.
10
+- Added `Tcp4` protocol and types.
11
12
## Changed
13
- export all `text::{input, output}::*` types
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 tcp4;
25
26
pub use uefi_raw::MacAddress as EfiMacAddr;
0 commit comments