[syslog-ng] syslog-ng dropping packet
Balazs Scheidler
bazsi at balabit.hu
Tue Oct 7 16:28:22 CEST 2008
On Tue, 2008-10-07 at 09:42 -0400, Francis Lacoste wrote:
> Found my answer:
> You can tweak it by specifing so_rcvbuf(...); in tcp() declaration.
hmm.. tcp should never need so_rcvbuf(). the key in diagnosing message
loss problems is to find where it actually loses message:
* on the client
* on the wire
* on the receive buffer of the server
* on the server while flushing it to the destination
so please first locate where the message loss occurs.
--
Bazsi
More information about the syslog-ng
mailing list