From: Gerrit Renker Date: Sun, 3 Dec 2006 16:50:23 +0000 (-0200) Subject: [DCCP]: Use higher RTO default for CCID3 X-Git-Tag: v2.6.20-rc1~34^2~40^2~13^2~1^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a508ac26e72aa203677aa6a8464bd3ea44216a6;p=pandora-kernel.git [DCCP]: Use higher RTO default for CCID3 The TFRC nofeedback timer normally expires after the maximum of 4 RTTs and twice the current send interval (RFC 3448, 4.3). On LANs with a small RTT this can mean a high processing load and reduced performance, since then the nofeedback timer is triggered very frequently. This patch provides a configuration option to set the bound for the nofeedback timer, using as default 100 milliseconds. By setting the configuration option to 0, strict RFC 3448 behaviour can be enforced for the nofeedback timer. Signed-off-by: Gerrit Renker Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed