On Mon, Sep 17, 2007 at 09:04:41PM -0500, Jacob Yocom-Piatt wrote:
TCP_NODELAY is a bad idea, it should only be used on interactive tcp
sessions like ssh or telnet. SO_SNDBUF=8192 SO_RCVBUF=8192 if this is in
bytes than you are halving the default buffer size. Depending on the
bandwith delay product you may need more than 8k (even the OpenBSD 16k are
to small in many cases).
Not sure if this helps getting more performance out of your system but
that's the most obvious things I have seen right now.
--
:wq Claudio