[DCCP] ccid3: Consistently update t_nom, t_ipi, t_delta
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Mon, 27 Nov 2006 22:31:33 +0000 (20:31 -0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:30:51 +0000 (21:30 -0800)
commit17893bc1a632e195574dc0dd9751243f0d5993d2
tree7c036e23439d1cf5afbc63b147b7d1fbd8345eca
parent48e03eee715b9e19df03153f2bcce6413632afcb
[DCCP] ccid3: Consistently update t_nom, t_ipi, t_delta

This patch:

 * consolidates updating of parameters (t_nom, t_ipi, t_delta) which
   need to be updated at the same time, since they are inter-dependent

 * removes two inline functions which are no longer needed as a result of
   the above consolidation

 * resolves a FIXME regarding the re-calculation of t_ipi within the nofeedback
   timer, in the state where no feedback has previously been received

 * ties updating these parameters to updating the sending rate X, exploiting
   that all three parameters in turn depend on X; and using a small optimisation
   which can reduce the number of required instructions: only update the three
   parameters when X really changes

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