[DCCP]: Handle SYNC packets in dccp_rcv_state_process
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Tue, 13 Sep 2005 22:05:08 +0000 (19:05 -0300)
committerArnaldo Carvalho de Melo <acme@mandriva.com>
Tue, 13 Sep 2005 22:05:08 +0000 (19:05 -0300)
commit2b80230a7f8cd346c1e2ebafdd02be432bf10459
treea51d45efbe4b77c395ffe4fc51894e173d6d7345
parent811265b8e8bf84e3b91507bf6a3a8eea20e7a4b7
[DCCP]: Handle SYNC packets in dccp_rcv_state_process

Eliciting a SYNCACK in response, we were handling SYNC packets
only in the DCCP_OPEN state, in dccp_rcv_established.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
net/dccp/input.c