[DCCP] CCID2: Code optimizations
authorAndrea Bittau <a.bittau@cs.ucl.ac.uk>
Thu, 16 Nov 2006 16:28:40 +0000 (14:28 -0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:23:52 +0000 (21:23 -0800)
commit32aac18dfa0963fde40cc074ba97ebbae8b755f2
treec6851e77f1af7e7ef614e7e0a3bde630d57cf776
parent58a5a7b9555ea231b557ebef5cabeaf8e951df0b
[DCCP] CCID2: Code optimizations

These are code optimizations which are relevant when dealing with large
windows.  They are not coded the way I would like to, but they do the job for
the short-term.  This patch should be more neat.

Commiter note: Changed the seqno comparisions to use {after,before}48 to handle
               wrapping.

Signed-off-by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
net/dccp/ccids/ccid2.c
net/dccp/ccids/ccid2.h