Skip to content
Snippets Groups Projects
Commit 58525176 authored by Cenk Gündoğan's avatar Cenk Gündoğan
Browse files

trickle: correctly reset t

parent 4d1a6c04
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ void trickle_reset_timer(trickle_t *trickle)
assert(trickle->I > trickle->Imin);
trickle_stop(trickle);
trickle->I = trickle->Imin;
trickle->I = trickle->t = trickle->Imin;
trickle_interval(trickle);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment