2e311d4 core: introduce grace period

Authored and Committed by msekleta 10 years ago
    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
    
        
file modified
+3 -0