mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-19 20:44:44 -04:00
oops Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
74e2f9a2c0
commit
e677a72ab3
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue