[syslog-ng] RE: Performance tuning questions

Balazs Scheidler bazsi at balabit.hu
Fri Aug 25 13:54:13 CEST 2006


On Wed, 2006-08-23 at 08:01 -0500, Martin, David M wrote:
> did something similar for my file destinations.
> 
> and then add flow-control
> 
> log {
>   source(abs_udp514);
>   filter(abf_postfix);
>   destination(abd_sec);
>   flags(flow-control);
> };

Flow-control has an effect only on sources that have some kind of
flow-controlling capability, like tcp(), udp() does not have that.

-- 
Bazsi



More information about the syslog-ng mailing list