Commit bda63e0
authored
Delete old BBR and pacer implementations in the recovery/congestion directory. (#2297)
We recommend use of:
* the cubic implementation, without pacing
* the bbr2 implementation from the gcongestion directory, with pacing. Note that pacing only works correctly on Linux and if TxTime is available (qdisc fq kernel module enabled).1 parent 9e375b6 commit bda63e0
File tree
26 files changed
+120
-4332
lines changed- quiche
- src
- recovery
- congestion
- bbr2
- bbr
- gcongestion
- bbr2
26 files changed
+120
-4332
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
This file was deleted.
0 commit comments