oops Please enter the commit message for your changes. Lines starting

This commit is contained in:
Christien Rioux 2023-10-27 16:13:23 -04:00
parent 74e2f9a2c0
commit e677a72ab3

View File

@ -430,18 +430,6 @@ impl Network {
trace!("network stopped");
}
pub fn is_stable_interface_address(&self, _addr: IpAddr) -> bool {
false
}
pub fn get_stable_interface_addresses(&self) -> Vec<IpAddr> {
Vec::new()
}
pub fn get_local_port(&self, _protocol_type: ProtocolType) -> Option<u16> {
None
}
pub fn get_preferred_local_address(&self, _dial_info: &DialInfo) -> Option<SocketAddr> {
None
}