On Tue, 2011-08-02 at 12:49 -0700, John Williams wrote:
On Tue, Aug 2, 2011 at 11:39 AM, Moritz Struebe <Moritz.Struebe@informatik.uni-erlangen.de> wrote:
The smells like Nagle,
What is Nagle?
<snip> Nagle is an algorithm which coalesces small TCP responses into larger ones to improve throughput at the expense of latency. In X2Go, we generally want the lowest latency possible - John