services.ostinato.rateAccuracy

NixOS option

To ensure that the actual transmit rate is as close as possible to the configured transmit rate, Drone runs a busy-wait loop. While this provides the maximum accuracy possible, the CPU utilization is 100% while the transmit is on. You can however, sacrifice the accuracy to reduce the CPU load.

type: one of "High", "Low"
Default
"High"
declared in: nixos/modules/services/networking/ostinato.nixView source on NixOS/nixpkgs →