Skip to content

cache: fix large answers from packet cache

Vladimír Čunát requested to merge cache-pkt-large into master

Atomic packets larger than both 4k and net.bufsize() could not be fetched from cache; now that's fixed in a minimalistic way. (Minimalistic except for nitpicks like adding comments.)

Edited by Vladimír Čunát

Merge request reports