commit | 8e27e4650cb7e73aa4dd97d860539e7605ac7e39 | [log] [tgz] |
---|---|---|
author | Andrea Bittau <a.bittau@cs.ucl.ac.uk> | Tue Sep 19 13:05:35 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 15:19:08 2006 -0700 |
tree | 467ff3a8ecbb0fba014f917b42cc14f1f3665e32 | |
parent | 23d06e3b986677ec57007a24891fa9deb09ac973 [diff] |
[DCCP] ackvec: Fix how DCCP_ACKVEC_STATE_NOT_RECEIVED is used Fix the way state is masked out. DCCP_ACKVEC_STATE_NOT_RECEIVED is defined as appears in the packet, therefore bit shifting is not required. This fix allows CCID2 to correctly detect losses. Signed-off-by: Andrea Bittau <a.bittau@cs.ucl.ac.uk> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net>