[DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Tue, 28 Nov 2006 20:34:34 +0000 (18:34 -0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:30:57 +0000 (21:30 -0800)
commit2a1fda6f6c01d7ac195c040f14edcf9f64a5451e
tree81fb2bf85277d1f686bd484c89bf9fc4777a2396
parent4384260443efe90a2ec0d907568dbc58ae792cd0
[DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448

This corrects the setting of the nofeedback timer with regard to RFC
3448 - previously it was not set to max(4*R, 2*s/X) as specified. Using
the maximum of 1 second as upper bound (as it was done before) can have
detrimental effects, especially if R is small.

Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
net/dccp/ccids/ccid3.c