diff options
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2006-11-28 01:31:33 +0300 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 08:30:51 +0300 |
commit | 17893bc1a632e195574dc0dd9751243f0d5993d2 (patch) | |
tree | 7c036e23439d1cf5afbc63b147b7d1fbd8345eca /net/dccp/diag.c | |
parent | 48e03eee715b9e19df03153f2bcce6413632afcb (diff) | |
download | linux-17893bc1a632e195574dc0dd9751243f0d5993d2.tar.xz |
[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>
Diffstat (limited to 'net/dccp/diag.c')
0 files changed, 0 insertions, 0 deletions