Closed wlwl1011 closed 1 year ago
no, you can get rtt in tcp. To get one way delay, I add a tag in Packet, and the length of a packet will not count the tag. https://github.com/SoonyangZhang/quic-on-ns3/blob/main/quic/model/ns3-quic-client-app.cc#L186
Thanks as always! ππππ ε₯½θΏοΌοΌοΌ ππ§§ππ§§
Hola! I was trying to compare the congestion control algorithms of TCP and QUIC, so I tried to add owd in TCP as well as QUIC! But it was too difficult... So I'm thinking of just halving the rtt for TCP and comparing it to QUIC's owd, but is this okay? I'd like to get some advice from someone who knows better than me!
yeah, it is ok.
Hello, I was checking out the QUIC code you posted and wanted to compare it to TCP, so I came across that as well! In the QUIC part, there was code for a one way delay, do you have that here too? I didn't find it, so I'm leaving an issue just in case!
If I wanted to add it, could I just add the onowd function to the tcptrace part?