ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src
File Last Change
release/ 9816 (6 years ago) by laffer1: 0.8.7 release
stable/ 9844 (5 years ago) by laffer1: fix double free
svnadmin/ 6424 (10 years ago) by laffer1: set props
trunk/ 11983 (5 years ago) by root: One of the data structures that holds TCP segments uses an inefficient algorithm to reassemble the data. This causes the CPU time spent on segment processing to grow linearly with the number of segments in the reassembly queue. As a temporary solution to this problem, these patches limit the size of each TCP connection's reassembly queue. The value is controlled by a sysctl (net.inet.tcp.reass.maxqueuelen), which sets the maximum number of TCP segments that can be outstanding on a session's reassembly queue. This value defaults to 100. Note that setting this value too low could impact the throughput of TCP connections which experience significant loss or reordering. However, the higher this number is set, the more resources can be consumed on TCP reassembly processing. Obtained from: FreeBSD
vendor/ 11602 (5 years ago) by laffer1: tag 2.2.0
vendor-crypto/ 11606 (5 years ago) by laffer1: tag 1.0.1u
6 directories and 0 files shown