High-Precision-Congestion-Control icon indicating copy to clipboard operation
High-Precision-Congestion-Control copied to clipboard

Results 40 High-Precision-Congestion-Control issues
Sort by recently updated
recently updated
newest added

为了观察DCQCN算法的性能,我在`simulation`目录下执行了以下命令: `python run.py --topo topology --trace flow --bw 25 --cc dcqcn --enable_trace 1` 其中`topology.txt`的内容为: _7 1 6 0 0 1 100Gbps 0.001ms 0 0 2 100Gbps 0.001ms 0 0 3...

When I set the topology file to mix/topology.txt in the config file mix/config.txt (line 6), the simulation can run successfully. However, if I use mix/fat.txt, the simulation cannot run, and...

I found a topology file named "ali_32host_10rack.txt" in the "mix" directory. How should I interpret this topology? It appears to be a two-tier Clos architecture consisting of 28 switches. My...

![image](https://github.com/alibaba-edu/High-Precision-Congestion-Control/assets/104350164/c26e556a-ed66-4c1d-aec5-b7cad6f4c4dd) ![image](https://github.com/alibaba-edu/High-Precision-Congestion-Control/assets/104350164/2d0110c8-8ef6-4aac-b0e8-182d1dbc1c0f) 您好,没有修改makefile,错误是一样的,后来觉得是不是版本问题,修改了Makefile,发现报相同的错误,无法生成trace_reader,老师请帮忙回复一下,十分感谢

Dear all, After reading the HPCC paper and the rdma-hw.cc code, I found that the window size is adjusted in the algorithm introduced in the paper. But in rdma-hw.cc, the...

If I want to creat 4 links between 1 leaf switch and 1 spine switch, what should I write in the topology.txt? If I write like: 0 8 100Gbps 0.001ms...

After turning off ECN, the fct of small traffic will be very long, while the fct of large traffic will be very short. Why is this? ![截图 2024-05-29 14-11-02](https://github.com/alibaba-edu/High-Precision-Congestion-Control/assets/127282409/1e8ecaf2-8af4-4666-9680-02fcd4792409)

![image](https://github.com/user-attachments/assets/abb5be93-12ed-4c01-9904-fcddfde864f7) 中文:我在测试这个分析程序时,给我报这个错误,求求大师们帮忙解决 英文:When I was testing this analysis program, it reported this error to me. Please help me solve it, masters

hello,Yuliang.i have q question. i can't find which part call the function SwitchNode::SwitchNotifyDequeue,and Who generates the parameter 'ifidex' and how it is assigned to ports. i find the idx of...

大家好, 我设置ENABLE_QCN 为 1 ,使用dcqcn,为什么通过trace_reader 看到的数据包的ecn全都是0 cmd python run.py --cc dcqcn --trace flow --bw 100 --topo topology --enable_tr 1 topology.txt flow.txt