Commit Graph

1 Commits

Author SHA1 Message Date
Michal Sekletar
2e311d4e97 core: introduce grace period
In report mode we break out from select loop immediately after we reach
maximum count of iterations. But we should wait for packets which are still on
the way.

In order to fix the issue we introduce grace period during which we don't send
out more packets but we just wait for responses which might be still on the way.

Resolves: #1009051
2013-10-01 16:24:39 +02:00