From: David Howells
Date: Fri, 10 Jun 2016 14:40:28 +0100
> David Howells wrote:
>
>> +else if (backlog > max)
>> +break;
>
> Oops. Please ignore this version of the patch - I forgot to commit a change
> to it before posting.
You also forgot to include a "0/2"
David Howells 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
Limit the socket incoming call backlog queue size so that a remote client
can't pump in sufficient new calls that the server runs out of memory. Note
that this is partially theoretical at the moment since whilst the number of
calls is limited, the number of packets trying to set up new calls is no
Limit the socket incoming call backlog queue size so that a remote client
can't pump in sufficient new calls that the server runs out of memory. Note
that this is partially theoretical at the moment since whilst the number of
calls is limited, the number of packets trying to set up new calls is no