High-Precision-Congestion-Control
High-Precision-Congestion-Control copied to clipboard
Hi, Mr. Miao When I do the simulation using the following parameters: --cc hp/timely/dcqcn --trace tmp_traffic --bw 100 --topo fat --hpai 50 I can get the empty trace result. May...
pfc.txt
Hi yuliang. I have try three very large flow have same dst, but the pfc.txt is empty? cc is DCQCN? Is it normal?
In file included from src/uan/bindings/ns3module.cc:1:0: src/uan/bindings/ns3module.h:1514:10: error: ‘TimeChecker’ in namespace ‘ns3’ does not name a type ns3::TimeChecker *obj; ^ Waf: Leaving directory `/home/jan/High-Precision-Congestion-Control-master/simulation/build' Build failed -> task in 'ns3module_uan' failed...
Hi, I am trying to recreate fig 11c (fat-tree topology with 50% background fbHadoop traffic). I use run.py to generate config files for each scheme. I am able to get...
The removed code path runs when m_node->GetNodeType() == 0, but the higher-level if statement guarantees that m_node->GetNodeType() != 0.
 Trying to build ns3 simulator with command -- ./waf --run 'scratch/third mix/config.txt' Got error as screen shot. Any idea what might cause this? It's on ubuntu.
When compiling this project, some problems occurs. (ubuntu+python 3.7.3) The erro information is as follows: Waf: The wscript in '/home/hpcc' is unreadable Traceback (most recent call last): File "/home/hpcc/.waf3-1.7.11-edc6ccb516c5e3f9b892efc9f53a610f/waflib/Scripting.py", line...
Hi, yuliang. I find all the loss packets are recoverd by the NAK, the implementation does not include the local ack timeout, Would those retransmission triggered by timeout affect the...
Hi, Yuliang: I have a problem with DCQCN's parameters. From the configuration in run.py and the description in your paper: > Kmin = 100KB × Bw/25Gbps and Kmax = 400KB...
I have found this? line 177: udp.ih.Serialize(i) -> ack.ih.Serialize(i) (is it correct?)