On Mon, 2002-07-22 at 21:47, Hayden Myers wrote: > Tcpdump output is where I'm seeing the difference in the clients receive > window. Below is tcpdump from the server > > [root@install spinbox]# /usr/sbin/tcpdump src port 80 Your dump is showing only one direction of the connection. The receive window visible in this dump is used for the reverse direction. Use "tcpdump port 80" instead to get some useful output. Linux 2.4 starts with a small receive window and rapidly increases it when the data starts to flow. This is a type of receiver oriented congestion control. You don't see the window increase here, because there is very little data sent from client to server. Also, next time try not to wrap the dump output. Beastly hard to make sense of. MikaL - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html