From: Arnaldo Carvalho de Melo Date: Fri, 9 Sep 2005 05:32:01 +0000 (-0300) Subject: [DCCP] Give precedence to the biggest ELAPSED_TIME X-Git-Tag: v2.6.14-rc1~262^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c14ac0ae8eb62cbb40af1e31b156994c7d7d3d5;p=pandora-kernel.git [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 --- Reading git-diff-tree failed