From 30308e7a66f3b20629c55ee318f42a1cc8c86b16 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 11 Sep 2014 15:09:32 +0000 Subject: [PATCH] minor fix git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@250 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 e3c6e93b4..df530be73 100644 --- a/server/src/path.c +++ b/server/src/path.c @@ -92,7 +92,7 @@ static void * path_run(void *arg) p->histogram[idx]++; /* Handle simulation restart */ - if (m->sequence == 0 && abs(dist) > 64) { + if (m->sequence == 0 && abs(dist) > 16) { path_stats(p); warn("Simulation for path %s " MAG("=>") " %s " "restarted (p->seq=%u, m->seq=%u, dist=%d)",