Re: [PATCH] tcp: check socket state before calling WARN_ON
From: Eric Dumazet
Date: Mon Dec 09 2024 - 05:21:04 EST
On Mon, Dec 9, 2024 at 11:16 AM Dujeong.lee <dujeong.lee@xxxxxxxxxxx> wrote:
>
> Thanks for all the details on packetdrill and we are also exploring USENIX 2013 material.
> I have one question. The issue happens when DUT receives TCP ack with large delay from network, e.g., 28seconds since last Tx. Is packetdrill able to emulate this network delay (or congestion) in script level?
Yes, the packetdrill scripts can wait an arbitrary amount of time
between each event
+28 <next event>
28 seconds seems okay. If the issue was triggered after 4 days,
packetdrill would be impractical ;)