Hi,
When I run a QUIC app, and the server receives a response, the packet has the same dest and origin port number.
It is possible to appreciate this problem when I run quic-variants-comparison.cc with the option pcap_tracing=true.
In this case, packets sent from 10.0.1.1 to 10.0.2.2 have the udp port 49153 and 50000 and received packets (responses) src_port=49153 and dst_port=49153
Hi, When I run a QUIC app, and the server receives a response, the packet has the same dest and origin port number.
It is possible to appreciate this problem when I run quic-variants-comparison.cc with the option pcap_tracing=true. In this case, packets sent from 10.0.1.1 to 10.0.2.2 have the udp port 49153 and 50000 and received packets (responses) src_port=49153 and dst_port=49153
Thank you