Re: [Exim] Anti-Spam idea: throttling

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Sean Witham
Data:  
Para: Paul Wilson
CC: exim-users
Temas novos: [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