[DCCP]: Revert patch which disables bidirectional mode
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Wed, 7 Mar 2007 20:53:48 +0000 (12:53 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 8 Mar 2007 00:08:07 +0000 (16:08 -0800)
commit151a99317ee9efcfd3e642da62e1edf4f47fcb3e
tree8abf1427c3e25fc7ec6d48c863a4a2cf33ddc004
parent286930797d74b2c9a5beae84836044f6a836235f
[DCCP]: Revert patch which disables bidirectional mode

This reverts an earlier patch which disabled bidirectional mode, meaning that
a listening (passive) socket was not allowed to write to the other (active)
end of the connection.

This mode had been disabled when there were problems with CCID3, but it
imposes a constraint on socket programming and thus hinders deployment.

A change is included to ignore RX feedback received by the TX CCID3 module.

Many thanks to Andre Noll for pointing out this issue.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ccids/ccid3.c
net/dccp/input.c