This commit is contained in:
Black Swan 2025-12-15 16:19:52 -06:00 committed by GitHub
commit 7b78160cb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1422,7 +1422,7 @@ func (s *connectivityService) TestConnectivity(
continue
}
// Build UDP multiaddr with actual IP
newAddr, err := ma.NewMultiaddr(fmt.Sprintf("/ip4/%s/udp/%s", host, port))
newAddr, err := ma.NewMultiaddr(fmt.Sprintf("/ip4/%s/udp/%s/quic-v1", host, port))
if err != nil {
continue
}