[syslog-ng]TCP Connection Problem
Mike Kelland
MKelland@jetnet.ca
Fri, 16 Nov 2001 11:13:16 -0500
Well, it's really not much of a change (2 characters on line 341 of
afinet.c) but here's the diff:
341c341,345
< self->super.max_connections = 10;
---
> self->super.max_connections = 1000;
> -----Original Message-----
> From: Ed Ravin [mailto:eravin@panix.com]
> Sent: Friday, November 16, 2001 10:43 AM
> To: syslog-ng@lists.balabit.hu
> Subject: Re: [syslog-ng]TCP Connection Problem
>
>
> Mike Kelland writes:
> > This may be a similar situation to the one we ran into.
> Syslog-ng allows 10
> > connections from a single source max (appears to be hardcoded into
> > afinet.c).
> ...
> > we are testing a new compile where we have changed the max
> connections to
> > 1000. We've managed to make the 1000 connections with no
> ill effects but
> > have not yet stress tested it with these 1000 connections.
>
> Patches? Patches? Please share...
>
> _______________________________________________
> syslog-ng maillist - syslog-ng@lists.balabit.hu
> https://lists.balabit.hu/mailman/listinfo/syslog-ng
>