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

A question about custom-header.cc

Open zqz-net opened this issue 3 years ago • 3 comments

I have found this?

line 177: udp.ih.Serialize(i) -> ack.ih.Serialize(i) (is it correct?)

zqz-net avatar Apr 12 '21 09:04 zqz-net

which file are you talking about?

liyuliang001 avatar Apr 12 '21 13:04 liyuliang001

line 177 in this: https://github.com/alibaba-edu/High-Precision-Congestion-Control/blob/master/simulation/src/network/utils/custom-header.cc

zqz-net avatar Apr 12 '21 13:04 zqz-net

The current code is correct. The ACK values are on top of UDP

liyuliang001 avatar Apr 12 '21 14:04 liyuliang001