]> err.no Git - linux-2.6/commitdiff
[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)
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>

No differences found