Re: [Exim] Anti-Spam idea: throttling

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Sean Witham
Ημερομηνία:  
Προς: Paul Wilson
Υ/ο: exim-users
Καινούρια Θέματα: [Exim] Selectively applying rbl
Αντικείμενο: 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