commit | 32aac18dfa0963fde40cc074ba97ebbae8b755f2 | [log] [tgz] |
---|---|---|
author | Andrea Bittau <a.bittau@cs.ucl.ac.uk> | Thu Nov 16 14:28:40 2006 -0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:23:52 2006 -0800 |
tree | c6851e77f1af7e7ef614e7e0a3bde630d57cf776 | |
parent | 58a5a7b9555ea231b557ebef5cabeaf8e951df0b [diff] |
[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>