mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-28 03:43:23 +00:00
Move IpEndpoint
to socket/ip/addr.rs
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
b11628b9ce
commit
d814603504
@ -15,9 +15,9 @@ use super::{
|
||||
any_socket::{AnyBoundSocketInner, AnyRawSocket, AnyUnboundSocket, SocketFamily},
|
||||
time::get_network_timestamp,
|
||||
util::BindPortConfig,
|
||||
AnyBoundSocket, Iface, Ipv4Address,
|
||||
AnyBoundSocket, Iface,
|
||||
};
|
||||
use crate::prelude::*;
|
||||
use crate::{net::socket::ip::Ipv4Address, prelude::*};
|
||||
|
||||
pub struct IfaceCommon {
|
||||
interface: SpinLock<smoltcp::iface::Interface>,
|
||||
|
Reference in New Issue
Block a user