Re: [Exim] Anti-Spam idea: throttling

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Sean Witham
Fecha:  
A: Paul Wilson
Cc: exim-users
Temas nuevos: [Exim] Selectively applying rbl
Asunto: Re: [Exim] Anti-Spam idea: throttling
Paul Wilson wrote:

> On Fri, 22 Mar 2002, Karl Vogel wrote:
>


>>
>
> Highly doubt it, that's normally tcp/ip stack level stuff in the kernel.
>
>



Not strictly true, an application can usualy tune the size of a socket
buffer and simply hold back on the rate it reads bytes from it. Once the
buffer is full the tcp layer's MSS value will reach 0 and stop futher
bytes being sent.

--Sean