signetlabdei / quic-ns-3

QUIC implementation for ns-3
GNU General Public License v2.0
43 stars 17 forks source link

Wrong port number. #47

Open sandjorge opened 5 months ago

sandjorge commented 5 months ago

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

image

Thank you