Re: Change size of TCP prequeue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux