[DCCP]: Initialize icsk_rto in dccp_v4_init_sock
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Wed, 10 Aug 2005 03:31:11 +0000 (20:31 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:55:43 +0000 (15:55 -0700)
commit0b4e03bf0bc43ad6250a1e2fa25fc3eb2b028977
treefc21dfde1ae4c64c2ebcc56e4cdc84641fc06229
parent27258ee54f8cd4a43d09319aa5448145afc2cb8d
[DCCP]: Initialize icsk_rto in dccp_v4_init_sock

Fixes nasty bug related to the retransmit timer (yeah, DCCP does
retransmits) firing too early.

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