Added extra check of interval
This commit is contained in:
parent
d7b3f4be2b
commit
904669f128
1 changed files with 3 additions and 0 deletions
|
@ -300,6 +300,9 @@ int WaitForRewindSessionEnd(struct RewindContext* context, struct RewindSessionP
|
|||
struct timeval threshold1;
|
||||
struct timeval threshold2;
|
||||
|
||||
if (interval1 < RECEIVE_TIMEOUT)
|
||||
interval1 = RECEIVE_TIMEOUT;
|
||||
|
||||
gettimeofday(&now, NULL);
|
||||
|
||||
threshold1.tv_sec = now.tv_sec + interval1 + interval2;
|
||||
|
|
Loading…
Add table
Reference in a new issue