alibaba-edu / High-Precision-Congestion-Control

295 stars 152 forks source link

param setting for DCTCP congestion control? #17

Open zqz-net opened 3 years ago

zqz-net commented 3 years ago

Hi yuliang, when I run dctcp CC for rdma clients , should the has_win in config.txt set to 1?

liyuliang001 commented 3 years ago

Hi, dctcp needs has_win set to 1. You can check this line: https://github.com/alibaba-edu/High-Precision-Congestion-Control/blob/master/simulation/run.py#L131

zqz-net commented 3 years ago

thanks