Move smoltcp-related code to bigtcp

This commit is contained in:
Ruihan Li
2024-09-06 18:49:37 +08:00
committed by Tate, Hongliang Tian
parent 9fba9445bd
commit 67d3682116
39 changed files with 542 additions and 382 deletions

View File

@ -67,7 +67,7 @@ pub trait IfaceEx {
fn poll(&self);
}
impl IfaceEx for dyn Iface<IfaceExt> {
impl IfaceEx for Iface {
fn name(&self) -> &str {
&self.ext().name
}