]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[DCCP]: Simplify interface of dccp_sample_rtt
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Wed, 26 Sep 2007 05:40:44 +0000 (22:40 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:52:35 +0000 (16:52 -0700)
commit3393da8241ae3a53e183ba15f8bd822995ec97cd
tree28e6d2823d901976844982319e4c53b76a55967c
parent4c70f383e0c0273c4092c4efdb414be0966978b7
[DCCP]: Simplify interface of dccp_sample_rtt

The third parameter of dccp_sample_rtt now becomes useless and is removed.

Also combined the subtraction of the timestamp echo and the elapsed time.
This is safe, since (a) presence of timestamp echo is tested first and (b)
elapsed time is either present and non-zero or it is not set and equals 0
due to the memset in dccp_parse_options.

To avoid measuring option-processing time, the timestamp for measuring the
initial Request/Response RTT sample is taken directly when the function is
called (the Linux implementation always adds a timestamp on the Request,
so there is no loss in doing this).

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@ghostprotocols.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ccids/ccid3.c
net/dccp/dccp.h
net/dccp/input.c