sctp: fix the transports round robin issue when init is retransmitted
[deliverable/linux.git] / net / sctp / transport.c
index a431c14044a46f98e9b73f66e28f229690ef3c01..d517153891a6efca6242ce1a4b3d86afb9026542 100644 (file)
@@ -72,7 +72,7 @@ static struct sctp_transport *sctp_transport_init(struct net *net,
         */
        peer->rto = msecs_to_jiffies(net->sctp.rto_initial);
 
-       peer->last_time_heard = ktime_get();
+       peer->last_time_heard = ktime_set(0, 0);
        peer->last_time_ecne_reduced = jiffies;
 
        peer->param_flags = SPP_HB_DISABLE |
This page took 0.023737 seconds and 5 git commands to generate.