[DCCP]: Remove timeo from output.c
authorIan McDonald <ian.mcdonald@jandi.co.nz>
Sun, 10 Dec 2006 01:56:09 +0000 (23:56 -0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 11 Dec 2006 22:34:37 +0000 (14:34 -0800)
commit5cc3741d6cc9f07d8ddd9c45cb5088460ce3364f
tree7f7f1e51e54e7f34025b60cf93e284de72740ba5
parente37b8d931936f88e4b2af66304eb44e69510b86c
[DCCP]: Remove timeo from output.c

It simplifies waiting for the CCID module to signal that a packet
is ready to be sent.  Other simplifications flow on from this such as
removing constants.

As a result of this EAGAIN is not returned any more by dccp_wait_for_ccid
(which would otherwise lead to unnecessarily discarding the packet in
dccp_write_xmit).

Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
net/dccp/dccp.h
net/dccp/output.c