quic-interop / quic-network-simulator

ns3-based network simulator for QUIC testing
Other
145 stars 44 forks source link

fix wait-for-it script #86

Closed marten-seemann closed 3 years ago

marten-seemann commented 3 years ago

net.DialUDP gives a connected UPD socket, i.e. one that will read ICMP Unreachable packets. That's the opposite of what we want: we want to periodically send out a packet, and then just read from the connection to see when we get a Version Negotiation packet as a response.