Checkpoint
diff --git a/model/sync-logic.h b/model/sync-logic.h
index 3505d35..c413808 100644
--- a/model/sync-logic.h
+++ b/model/sync-logic.h
@@ -151,10 +151,12 @@
ns3::UniformVariable m_rangeUniformRandom;
#endif
-#ifndef NS3_MODULE
- static const int m_syncResponseFreshness = 60;
+#ifdef NS3_MODULE
+ static const int m_syncResponseFreshness = 10000; //
+ static const int m_syncInterestReexpress = 10000; // make sure it doesn't happen
#else
static const int m_syncResponseFreshness = 2;
+ static const int m_syncInterestReexpress = 4;
#endif
enum EventLabels