You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
field secret_key in iroh_net::relay::server::RelayConfig
iroh_net::portmapper is moved to its own crate: portmapper
iroh_net::net has been split and added to the netwatch crate
changed
iroh_net::relay::server::ServerActorTask::new now takes no arguments
MagicsockMetrics is now #[non_exhaustive]. This allows us to add more metrics without breaking backwards compatibility in the future. The struct is not meant to be constructed outside of iroh-net anyways.