Check tpu quic socket (#24122)

This commit is contained in:
sakridge
2022-04-11 16:48:36 +02:00
committed by GitHub
parent ecfa1964ff
commit f8628d39e0

View File

@ -146,6 +146,7 @@ fn verify_reachable_ports(
}
if ContactInfo::is_valid_address(&node.info.tpu, socket_addr_space) {
udp_sockets.extend(node.sockets.tpu.iter());
udp_sockets.push(&node.sockets.tpu_quic);
}
if ContactInfo::is_valid_address(&node.info.tpu_forwards, socket_addr_space) {
udp_sockets.extend(node.sockets.tpu_forwards.iter());