]> git.baikalelectronics.ru Git - kernel.git/commit
[DCCP]: Send an ACK vector when ACKing a response packet
authorAndrea Bittau <a.bittau@cs.ucl.ac.uk>
Tue, 3 Jan 2006 22:25:49 +0000 (14:25 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Jan 2006 22:25:49 +0000 (14:25 -0800)
commit6cd75735561330477acb787e3e81bd7f60a75128
treee52e9cbd49a99bcbac5bb4831b12bd5b1cb23f18
parente673adf9395f1b271079665a0d7fb8068efe9f50
[DCCP]: Send an ACK vector when ACKing a response packet

If ACK vectors are used, each packet with an ACK should contain an ACK
vector.  The only exception currently is response packets.  It
probably is not a good idea to store ACK vector state before the
connection is completed (to help protect from syn floods).

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