Re: CI failures on nipa
Paolo Abeni <[email protected]>
| Newsgroups | dev.linux.lists.mptcp |
|---|---|
| Message-ID | <[email protected]> |
On 8/13/26 11:15 AM, Matthieu Baerts wrote: > On 13/08/2026 09:57, Paolo Abeni wrote: >> Also I think mptcp_lib_wait_timeout completes too late (after ~60 secs), >> when the listener already bailed out due to accept timeout (after ~30 >> secs), so it does not show any info on the listener side. I fear it may >> also race with the actuall `timeout` command completion showing socket >> states after the user-space program completion. > > Do you mean you would like to have mptcp_lib_wait_timeout wait for less > than the accept timeout? Ideally yes, but I'm not sure which time would be ideal... ATM likely it's better not applying changes there. I also agree Gang's patch (good catch! many thanks!) should fix the issue. /P