]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[DCCP]: Implement the CLOSING timer
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Wed, 24 Aug 2005 04:50:06 +0000 (21:50 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:04:31 +0000 (16:04 -0700)
commit7ad07e7cf343181002c10c39d3f57a88e4903d4f
treec22067f3f443faebdcd3403fa8ce7c5c89662c60
parent58e45131dc269eff0983c6d44494f9e687686900
[DCCP]: Implement the CLOSING timer

So that we retransmit CLOSE/CLOSEREQ packets till they elicit an
answer or we hit a timeout.

Most of the machinery uses TCP approaches, this code has to be
polished & audited, but this is better than we had before.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/dccp.h
net/dccp/input.c
net/dccp/output.c
net/dccp/proto.c