summaryrefslogtreecommitdiffstats
path: root/include/linux/dccp.h
diff options
context:
space:
mode:
authorGerrit Renker <gerrit@erg.abdn.ac.uk>2007-12-13 12:16:23 -0200
committerDavid S. Miller <davem@davemloft.net>2008-01-28 14:57:47 -0800
commit28be5440044d5b19b0331f79fb3e81845ad6d77e (patch)
tree859ca1c5cc4fe3787b67e26e6b19f0a6b4900278 /include/linux/dccp.h
parent92d31920b84f258badf206eea8aaf5ac677ac535 (diff)
downloadlinux-stable-28be5440044d5b19b0331f79fb3e81845ad6d77e.tar.gz
linux-stable-28be5440044d5b19b0331f79fb3e81845ad6d77e.tar.bz2
linux-stable-28be5440044d5b19b0331f79fb3e81845ad6d77e.zip
[DCCP]: Use maximum-RTO backoff from DCCP spec
This removes another Fixme, using the TCP maximum RTO rather than the value specified by the DCCP specification. Across the sections in RFC 4340, 64 seconds is consistently suggested as maximum RTO backoff value; and this is the value which is now used. I have checked both termination cases for retransmissions of Close/CloseReq: with the default value 15 of `retries2', and an initial icsk_retransmit = 0, it takes about 614 seconds to declare a non-responding peer as dead, after which the final terminating Reset is sent. With the TCP maximum RTO value of 120 seconds it takes (as might be expected) almost twice as long, about 23 minutes. Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk> Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/dccp.h')
0 files changed, 0 insertions, 0 deletions