Re: [PATCH 2/2] rxrpc: Limit the listening backlog

From: David Howells
Date: Fri Jun 10 2016 - 09:40:34 EST


David Howells <dhowells@xxxxxxxxxx> wrote:

> + else if (backlog > max)
> + break;

Oops. Please ignore this version of the patch - I forgot to commit a change
to it before posting.

David