Closed Alexyali closed 3 years ago
Hi,
How did you solve it?
I get the same error all the time:
pccclient: pcc_vivace_sender.cpp:306: QuicBandwidth PccVivaceSender::ComputeRateChange(const std::vector
i guess the problem is that in local network, the rtt is extremely low, so pcc cannot calculate rate correctly.
i solve the problem by creating a virutal network between the sender and receiver. i use mahimahi
to create the network, and set the delay to be 10ms or higher. mahimahi
can be installed in ubuntu by running sudo apt install mahimahi
another method is to test sender and receiver on two individual PC under the same LAN, it also works.
Any information on how mahimahi can be used to create the network where sender and receiver can run?
i follow Readme and test PCC
but pccclient soonly run error and stop. the message is shown below
how can i slove this bug? Thanks if you would like to give some advice.