[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>
This commit is contained in:
parent
27258ee54f
commit
0b4e03bf0b
@ -1219,6 +1219,7 @@ static int dccp_v4_init_sock(struct sock *sk)
|
||||
dccp_ctl_socket_init = 0;
|
||||
|
||||
dccp_init_xmit_timers(sk);
|
||||
inet_csk(sk)->icsk_rto = DCCP_TIMEOUT_INIT;
|
||||
sk->sk_state = DCCP_CLOSED;
|
||||
dp->dccps_mss_cache = 536;
|
||||
dp->dccps_role = DCCP_ROLE_UNDEFINED;
|
||||
|
Loading…
Reference in New Issue
Block a user