--
You received this message because you are subscribed to the Google Groups "BBR Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bbr-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Note when you use bbr with iperf3, *both* the sender and the receiver should have *tcp_bbr* module loaded.
That's right, only the sending machine needs to be set up with BBR. Commonly that is the server, although in some applications a lot of data also comes from the client. In those cases the uploaded data will still use whatever congestion control algorithm the client has.
- Jonathan Morton
I'm also not aware of any way to implement BBR on Windows, whether client or server editions. You should expect to see NewReno or Compound TCP in use there.
It's also most likely unfeasible to expect average users to have BBR, at least in the near to medium term. This is deep system level stuff and can't really be done at application level, unless you're building your own reliable transport layer on top of UDP; it's certainly not web app client material.
- Jonathan Morton