Expose more methods on bigtcp iface

This commit is contained in:
jiangjianfeng
2025-03-31 07:07:47 +00:00
committed by Tate, Hongliang Tian
parent 5e9f537222
commit 2c41055470
9 changed files with 201 additions and 14 deletions

View File

@ -10,7 +10,7 @@ mod port;
mod sched;
mod time;
pub use common::BoundPort;
pub use common::{BoundPort, InterfaceFlags, InterfaceType};
pub use iface::Iface;
pub use phy::{EtherIface, IpIface};
pub(crate) use poll_iface::{PollKey, PollableIfaceMut};