Yuliang Li
Yuliang Li
I set according to the value used in production. You can try using 0.
Unfortunately the IRN implementation was not open-sourced. Sorry for inconvenience.
I think you need to add ' around time>2000000000. Otherwise, the > may be interpreted by bash as redirection. Please let me know if this works. If so, I will...
which file are you talking about?
The current code is correct. The ACK values are on top of UDP
Can you check your https://github.com/alibaba-edu/High-Precision-Congestion-Control/blob/master/simulation/mix/trace.txt This file defines the nodes you want to capture the trace. So it should contain all node ID you want to trace.
Hi, You are right. In theory maxStage=0 is best. The reason we set maxStage in testbed was due to some HW bug I believe. HPCC's goal is precise control, that...
How about try more flows, say 40? On Mon, Dec 7, 2020 at 5:39 AM qizhouzhang wrote: > Hi yuliang. I have try three very large flow have same dst,...
How about try analysis/trace_reader? That will tell you all packet-level events, including the queue length when each packet arrive at each hop. So you can see what happened. On Mon,...
Yes. This is expected :) You can refer to HPCC paper, and you will find the same conclusion. On Tue, Dec 8, 2020 at 4:06 AM qizhouzhang wrote: > I...