Calculating available bandwidth

后端 未结 2 1640
夕颜
夕颜 2021-01-07 07:42

I need write a code in C++ in Windows , to calculate available bandwidth. I\'m currently planing to use spruce algorithm. i wanted to know is there any code available for th

2条回答
  •  孤街浪徒
    2021-01-07 08:18

    thrulay is another network capacity tester, which along with calculating the bandwidth, does the rtt and uses median for summarizing delay which as it's author Stanislav Shalunov in Mean Delay Considered Harmful is right as averages are mostly meaningless if the distribution from which the samples are taken isn't fixed

提交回复
热议问题