On Thu, Sep 19, 2024 at 02:08:42PM +0200, Pablo Neira Ayuso wrote: > On Thu, Sep 19, 2024 at 02:02:51PM +0200, Pablo Neira Ayuso wrote: > > On Thu, Sep 19, 2024 at 12:43:56PM +0200, Phil Sutter wrote: > > > If the client can't reach the server, the latter remains listening > > > forever. Kill it after 3s of waiting. > > > > Applied to nf.git, thanks > > Too fast. One of my test machine has not waitpid, there is no usage of > waitpid in other existing selftest scripts? Yeah, I only see "wait" being used in other scripts which is a bash-builtin. I needed waitpid for its timeout option. > What am I missing here? :) My v2 which uses 'timeout' command as used for the client already. :) Cheers, Phil