<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - RFE: Improve bandwidth monitoring"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87324#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - RFE: Improve bandwidth monitoring"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87324">bug 87324</a>
              from <span class="vcard"><a class="email" href="mailto:fziglio@redhat.com" title="Frediano Ziglio <fziglio@redhat.com>"> <span class="fn">Frediano Ziglio</span></a>
</span></b>
        <pre>This is quite interesting... and wrong.

I would add that checking at the beginning of connection you are likely to get
a lower value for bandwidth due to window size or congestion algorithms.
The ping has the issue to be not working with proxies.
We should account for bandwidth using all channels.
In the streaming code there are similar computation but one issue is that they
don't take into consideration possible packet already queued resulting in
reduced bandwidth and higher latency.
There is already a protocol for ping/pong in the channels, we could use that.
Without proxies the estimated RTT can be read using TCP_INFO socket option in
Linux (see tcp(7)).</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>