On Fri, Sep 25, 2015 at 9:49 AM, Miloš Kozák <[email protected]> wrote: > Hi, > > thank you for that fix. My solution, which uses -m found, works perfectly > now! > > BTW how one can check which packets are considered in that inspect-delay > time period? > > Milos >
Hi, HAProxy is not aware of packets. Your kernel is. Your kernel aggregates packets and report a buffer with data inside to HAProxy. When HAProxy does not find the information it's looking for, it waits more, until a timeout or inspect delay occurs. Baptiste

