Check tpu quic socket (#24122)

(cherry picked from commit f8628d39e0)
This commit is contained in:
sakridge
2022-04-11 16:48:36 +02:00
committed by mergify-bot
parent a628034eb5
commit 469bf0b116

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());