commit | 60e8cb3620b50f1755f8373808ffa47e10221b09 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Mon Jun 04 17:29:30 2012 -0700 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Mon Jun 04 17:29:30 2012 -0700 |
tree | e55b467a91cad1ba500afecc7fc26180d41cf0a5 | |
parent | 16e07a19e65d04945be116b5d1177e2f5a9f0f64 [diff] |
shorten sync response freshness
diff --git a/include/sync-logic.h b/include/sync-logic.h index 49cc625..551cb06 100644 --- a/include/sync-logic.h +++ b/include/sync-logic.h
@@ -188,7 +188,7 @@ static const int m_syncInterestReexpress = 10; // seconds // don't forget to adjust value in SyncCcnxWrapper #else - static const int m_syncResponseFreshness = 2000; + static const int m_syncResponseFreshness = 4; static const int m_syncInterestReexpress = 4; #endif