pub fn unused_tcp_udp() -> (SocketAddr, SocketAddr)Available on crate feature
network only.Expand description
Creates two unused SocketAddrs, intended for use as the p2p (TCP) and discovery ports (UDP)
for new reth instances.
pub fn unused_tcp_udp() -> (SocketAddr, SocketAddr)network only.Creates two unused SocketAddrs, intended for use as the p2p (TCP) and discovery ports (UDP)
for new reth instances.