Skip to content

Avoid network traffic jam with BBR

Linux
  • From time to time, here or there, we see subjects flourish on an abnormally limited speed in FTP.
    To overcome this kind of slowdown, simply activate the TCP BBR protocol

    Without going into details, this protocol makes it possible to make better use of the bandwidth available during the exchange of TCP packets. Created by Google, you can find more information here.

    Integrated into the Linux Kernel since version 4.9, all you have to do to activate it is to edit the kernel parameters (/etc/sysctl.conf) and add :

    net.ipv4.tcp_congestion_control = bbr
    net.core.default_qdisc = fq
    

    A TCP command acting in both IPv4 and v6,

    save and load with :

    sudo sysctl -p
    

    And we go from a restricted FTP speed
    crazy 🙂

    If you are under Proxmox or ESXi, this must be done both on the host and in the VM/CT.

  • DownPWundefined DownPW marked this topic as a regular topic on
  • @DownPW interesting. Does this have any effect on data transfers over SCP


Related Topics
  • Ubuntu 22.04 to Ubuntu 24.04 Unable to ping

    Unsolved Linux
    37
    3 Votes
    37 Posts
    33 Views

    Okay, you have time, let me know

  • Linux on a Stick

    Linux
    8
    5 Votes
    8 Posts
    161 Views

    @phenomlab I will do that. I am hoping to buy it within the next week or two.

  • Linux Certification

    Linux
    4
    2 Votes
    4 Posts
    131 Views

    @Madchatthew You might be sorry you asked 🙂 This is the mentoring category below. Presently, it’s unused, but we have a dedicated area for it.

    https://sudonix.org/category/8/mentoring

    Other services

    https://sudonix.org/services

  • Arch Linux + Me = Crazy

    Unsolved Linux
    10
    0 Votes
    10 Posts
    190 Views

    @Madchatthew hmm, yes, that might be problematic.

  • 3 Votes
    30 Posts
    1k Views

    @DownPW any update?

  • what is docker?

    Solved Linux
    3
    1 Votes
    3 Posts
    470 Views

    @Hari sort of, but not in the sense of a full blown system

    In simple terms, Docker is a software platform that simplifies the process of building, running, managing and distributing applications. It does this by virtualizing the operating system of the computer on which it is installed and running.

  • Testing out Webdock.io

    Moved Announcements
    2
    5 Votes
    2 Posts
    553 Views

    Just coming back to this thread for review (as I often do), and it looks like Webdock have increased their available offerings - some are extremely powerful, yet very competitive from the pricing perspective.

    image.png

    10 CPU cores, plus 20Gb RAM? Well worth a look (and the asking price) - there’s also a fixed IP which is hugely beneficial.

    Clearly, this is well beyond what most people will want to spend - it’s more of an example (but interestingly, Sudonix runs on something not too different from the above).

    However, not all that glitters is gold 😕 - just have a walk through the benchmark report I found below and you’ll see a huge difference between Heztner and Webdock

    https://www.vpsbenchmarks.com/compare/hetzner_vs_webdock

    That being said, the amount of HTTP requests that Webdock handles in relation to Hetzner is superior - @DownPW you might want to have a look at this - there’s a free 24 hour trial… 🙂

    5203639b-2f62-47e6-b87b-37580ce5deae-image.png

  • IRC Server/Client - Chat App with NodeBB

    Linux
    6
    1 Votes
    6 Posts
    805 Views

    @Hari not sure from the consumer perspective, but Skype has been all but completely consumed by Microsoft Teams when it comes to business usage.