From mboxrd@z Thu Jan 1 00:00:00 1970
From: htmldeveloper@gmail.com (Peter Teoh)
Date: Tue, 31 May 2011 08:33:15 +0800
Subject: Disabling nagle algorithm
In-Reply-To:
References:
Message-ID:
To: kernelnewbies@lists.kernelnewbies.org
List-Id: kernelnewbies.lists.kernelnewbies.org
frankly it is not wise to disable nagle, and the solution i proposed
(using netfilter extension) is really too tedious - the added overhead
may slow down the processing, even though disabling nagle aims to
improve latencies. but modern network card is so fast, that the
bottleneck is not at the network card side, but more likely in the
network gateway, or router side - so u are definitely not going to see
improvement in spite of all the troubles.
--
Regards,
Peter Teoh