From 0d91df3cbfd5cdf1fcb94afffa8c3b440612a4ce Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 20 Jan 2015 13:52:35 +0000 Subject: [PATCH] changed restart behavior of server git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@273 8ec27952-4edc-4aab-86aa-e87bb2611832 --- server/src/path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/path.c b/server/src/path.c index db2d1ebe4..1a4c5793f 100644 --- a/server/src/path.c +++ b/server/src/path.c @@ -96,7 +96,7 @@ static void * path_run(void *arg) hist_put(&p->histogram, dist); /* Handle simulation restart */ - if (m->sequence == 0 && abs(dist) > 16) { + if (m->sequence == 0 && abs(dist) >= 1) { path_stats(p); warn("Simulation for path %s " MAG("=>") " %s " "restarted (p->seq=%u, m->seq=%u, dist=%d)",