You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mattmathis reported that it's possible to set the max pacing rate for a socket using setsockopt. This could be done at the same time BBR is enabled . This could be a way of enforcing per-connection rate limits (e.g. 2.5Gbps) in addition to whole-machine limits with the TxController.
@mattmathis reported that it's possible to set the max pacing rate for a socket using
setsockopt
. This could be done at the same time BBR is enabled . This could be a way of enforcing per-connection rate limits (e.g. 2.5Gbps) in addition to whole-machine limits with the TxController.https://lxr.missinglinkelectronics.com/linux/net/core/sock.c#L1164
The text was updated successfully, but these errors were encountered: