[DCCP]: Notify CCID only after ACK vectors have been processed.
authorAndrea Bittau <a.bittau@cs.ucl.ac.uk>
Tue, 3 Jan 2006 22:26:15 +0000 (14:26 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Jan 2006 22:26:15 +0000 (14:26 -0800)
The CCID should be notified of packet reception only when a packet is
valid.  Therefore, the ACK vector needs to be processed before
notifying the CCID.  Also, the CCID might need information provided by
the ACK vector.

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>

No differences found