mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 08:37:59 -05:00
test(net): disable discv4 discovery in tests by default (#1311)
This commit is contained in:
@@ -319,6 +319,7 @@ where
|
||||
.listener_addr(SocketAddr::V4(SocketAddrV4::new(Ipv4Addr::UNSPECIFIED, 0)))
|
||||
.discovery_addr(SocketAddr::V4(SocketAddrV4::new(Ipv4Addr::UNSPECIFIED, 0)))
|
||||
.no_dns_discovery()
|
||||
.no_discv4_discovery()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user