On Thu, Sep 16, 2021 at 10:58:36AM +0200, Martin Wilck wrote:
> On Wed, 2021-09-15 at 23:17 -0500, Benjamin Marzinski wrote:
> > On Fri, Sep 10, 2021 at 01:41:17PM +0200, mwi...@suse.com wrote:
> > > From: Martin Wilck
> > >
> > > Our ppoll() call needs to wake up when a client request times out.
On Wed, 2021-09-15 at 23:17 -0500, Benjamin Marzinski wrote:
> On Fri, Sep 10, 2021 at 01:41:17PM +0200, mwi...@suse.com wrote:
> > From: Martin Wilck
> >
> > Our ppoll() call needs to wake up when a client request times out.
> > This logic can be added by determining the first client that's
> >
On Fri, Sep 10, 2021 at 01:41:17PM +0200, mwi...@suse.com wrote:
> From: Martin Wilck
>
> Our ppoll() call needs to wake up when a client request times out.
> This logic can be added by determining the first client that's about
> to time out. The logic in handle_client() will then cause a timeout
From: Martin Wilck
Our ppoll() call needs to wake up when a client request times out.
This logic can be added by determining the first client that's about
to time out. The logic in handle_client() will then cause a timeout
reply to be sent to the client. This is more client-friendly
as the client