Skip to content

Congestion control

Congestion control algorithm Example:

congestion-control: bbr # or cubic, new-reno, brutal
If brutal is used, the configuration is like:

congestion-control:
  brutal:
    bandwidth: 10000000 # default 10000000 bps
For Brutal, the bandwidth is the uploading bandwidth. If you want to set the downloading bandwidth, set the bandwidth of the peer(e.g. it's the server for the client)

Variants

Tag value Carries Description
bbr
cubic
new-reno
brutal BrutalParams