mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 02:09:06 +00:00
Introduce foreigner network (#25)
* support network identity for instance * introduce foreign network foreign network allow a node serving as one public node. other nodes can connect to this node to discover peers and exchange route info.
This commit is contained in:
@@ -220,8 +220,8 @@ impl ManualConnectorManager {
|
||||
log::warn!("peer conn removed: {:?}", conn_info);
|
||||
}
|
||||
|
||||
GlobalCtxEvent::PeerAdded => todo!(),
|
||||
GlobalCtxEvent::PeerRemoved => todo!(),
|
||||
GlobalCtxEvent::PeerAdded(..) => todo!(),
|
||||
GlobalCtxEvent::PeerRemoved(..) => todo!(),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user