1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Fix BBR2 patch and enable it back on all arch

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-07-30 22:29:17 +02:00
parent 4caeae2a66
commit 66f5476919
4 changed files with 4 additions and 7 deletions

View file

@ -805,7 +805,7 @@ index 54eec33c6e1c..fbd8fa11acca 100644
+ u32 gso_max_size)
+{
+ u32 segs;
+ u64 bytes;
+ u32 bytes;
+
+ /* Budget a TSO/GSO burst size allowance based on bw (pacing_rate). */
+ bytes = sk->sk_pacing_rate >> sk->sk_pacing_shift;