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
On Fri, Nov 16, 2001 at 11:13:16AM -0500, Mike Kelland wrote:
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;
the patch above changes the default, though it can be changed run-time with the max-connection() directive. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
participants (2)
-
Balazs Scheidler
-
Mike Kelland