From: Saurabh Jain <jassduec@xxxxxxxxx> Date: Thu, 26 Jan 2006 22:15:47 -0600 > How can i change the size of TCP prequeue? "netstat -s" output > indicates that packets are being dropped from prequeue. The packets aren't "dropped" we just don't defer processing of the packets to user context, we process them directly, when we try to queue more than the socket receive buffer size limit into the prequeue. So increase the socket receive buffer size if you don't want to eat this event, which is essentially just a missed optimization. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html