7 Oct
2008
7 Oct
'08
3:28 p.m.
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