diff --git a/sim/README.org b/sim/README.org index a2678359..3f509df9 100644 --- a/sim/README.org +++ b/sim/README.org @@ -78,3 +78,18 @@ IPv6 deploying? EF,LE,CS1, CS5,NQB,CS6 * Failure Modes +** AQM +fq_codel was not designed to be a middlebox. The FQ component works well, +the AQM component, doesn't work as well as it could. + +[[./img/middlebox_compared.png]] + +Similarly, many devices are themselves the bottleneck, still, so they +accumulate a ton of RTT themselves, and monitoring the RTT and doing +something about it would possibly help. + +** FQ + +** Encapsulations + +** HTB is bursty diff --git a/sim/img/middlebox_compared.png b/sim/img/middlebox_compared.png new file mode 100644 index 00000000..045d40bd Binary files /dev/null and b/sim/img/middlebox_compared.png differ