From: "Jordi Ros" <jros@ece.uci.edu> Date: Mon, 2 Sep 2002 21:58:32 -0700 i assume the mtu is ethernet 1500 Bytes, right? and that mss should be something much bigger than mtu, which gives the performance improvement shown in the numbers. The performance improvement comes from the fact that the card is given huge 64K packets, then the card (using the given ip/tcp headers as a template) spits out 1500 byte mtu sized packets. Less data DMA'd to the device per normal-mtu packet and less per-packet data structure work by the cpu is where the improvement comes from. - : 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