aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/ccid3.h
diff options
context:
space:
mode:
authorGerrit Renker <gerrit@erg.abdn.ac.uk>2007-11-24 19:05:51 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 17:54:57 -0500
commit3deeadd74bbf916b502d307222833ffcf68db557 (patch)
tree86f33bdcbab3a6b48157e6aa381a5a1668935ed7 /net/dccp/ccids/ccid3.h
parent63df18ad7fb91c65dafc89d3cf94a58a486ad416 (diff)
[CCID2]: Replace cwnd assignment-function with assignment
The current function ccid2_change_cwnd in effect makes only an assignment, as the test whether cwnd has reached 0 is only required when cwnd is halved. This patch simplifies the code by replacing the function with the assignment it performs. Furthermore, since ssthresh derives from cwnd and appears in many assignments and comparisons, the type of ssthresh has also been changed to match that of cwnd. 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@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/ccids/ccid3.h')
0 files changed, 0 insertions, 0 deletions