]> err.no Git - linux-2.6/commit
[DCCP] Give precedence to the biggest ELAPSED_TIME
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Fri, 9 Sep 2005 05:32:01 +0000 (02:32 -0300)
committerArnaldo Carvalho de Melo <acme@mandriva.com>
Fri, 9 Sep 2005 05:32:01 +0000 (02:32 -0300)
commit1c14ac0ae8eb62cbb40af1e31b156994c7d7d3d5
treed58ab81e5a82d53e58596dda2dc6a9dab88fd0b4
parent27ae543e6f116df66e2b19ff0a3aa1053e4784d8
[DCCP] Give precedence to the biggest ELAPSED_TIME

We can get this value in an TIMESTAMP_ECHO and/or in an ELAPSED_TIME option, if
receiving both give precendence to the biggest one.

In my tests they are very close if not equal at all times, so we may well think
about removing the code in CCID3 that inserts this option and leaving this to
the core, and perhaps even use just TIMESTAMP_ECHO including the elapsed time.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
net/dccp/options.c