nyuwireless-unipd / ns3-mmwave

ns-3 module for simulating mmWave-based cellular systems. See https://ieeexplore.ieee.org/document/8344116/ (open access) as a reference.
GNU General Public License v2.0
298 stars 193 forks source link

why the bandwidth becomes very low after a period of simulation? #234

Open leo-zing opened 2 years ago

leo-zing commented 2 years ago

In the case of weak signal(SINR is approximately 30), after running for a period of time, the bandwidth will suddenly be close to zero, and it's can't recovery. This length of the time(3s, 12s, 34s, 47s ...) is affected by the buffer, congestion control protocol, application and many other aspects. Why does this happen? After my test, I found that the lost packet was repeatedly resent.

pagmatt commented 2 years ago

Hi,

could you please provide more details, for instance which example you are trying to run?

Best, Matteo