ref: e3ad3d6968f4fd4cbb325e081ac9027d24f01316
parent: b54c61c6174251736e0a6bf30fc1631eca79210c
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Mar 16 16:14:40 EDT 2024
qio: revert the change, i was not reading the code right actually, the initial condition for blocking was q->len/2 >= q->limit, which menas the queue grew over TWICE the size. thich makes this heuristic kick in later, which i think was fine. so revert and put comment to not getting confused again. sorry :(