[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)
commite84a9f5e9cd2b229dda24002334bc3cd36c1109d
tree4b4f51efb168618f507ce89645e4cb7d443e3742
parent9e377202d2c968dde8efd6121d94c7f0a77787aa
[DCCP]: Notify CCID only after ACK vectors have been processed.

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>
net/dccp/input.c
This page took 0.026378 seconds and 5 git commands to generate.