Re: [Linuxptp-devel] [PATCH] unicast: Process timeouts equal to current time.

2018-09-30 Thread Richard Cochran
On Tue, Sep 25, 2018 at 06:16:19PM +0200, Miroslav Lichvar wrote: > Don't postpone processing of a timeout if it is equal to the current > time. This prevents an infinite loop with a simulated clock. Applied. Thanks, Richard ___ Linuxptp-devel

[Linuxptp-devel] [PATCH] unicast: Process timeouts equal to current time.

2018-09-25 Thread Miroslav Lichvar
Don't postpone processing of a timeout if it is equal to the current time. This prevents an infinite loop with a simulated clock. Signed-off-by: Miroslav Lichvar --- unicast_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicast_service.c b/unicast_service.c index