High-Precision-Congestion-Control
High-Precision-Congestion-Control copied to clipboard
param setting for DCTCP congestion control?
Hi yuliang, when I run dctcp CC for rdma clients , should the has_win in config.txt set to 1?
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
thanks