aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/hicn/transport/protocols/rtc_data_path.h
diff options
context:
space:
mode:
authormichele papalini <micpapal@cisco.com>2019-11-22 15:38:40 +0100
committermichele papalini <micpapal@cisco.com>2019-11-22 15:41:26 +0100
commitc07a6b7b4f4e36aaa6fa3e25e17b3e0c4b6857f4 (patch)
treec53142796c02f5ee5421c6a7e398d9a792dd3ba9 /libtransport/src/hicn/transport/protocols/rtc_data_path.h
parentfc47fb553d3ab61079bb288942b0328e4b3392fb (diff)
[HICN-413] rtc client improvements
Signed-off-by: michele papalini <micpapal@cisco.com> Change-Id: Ia23dee91776ccaa0bdf667eefc850e298f966cec
Diffstat (limited to 'libtransport/src/hicn/transport/protocols/rtc_data_path.h')
-rw-r--r--libtransport/src/hicn/transport/protocols/rtc_data_path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtransport/src/hicn/transport/protocols/rtc_data_path.h b/libtransport/src/hicn/transport/protocols/rtc_data_path.h
index c8a049368..48a67c525 100644
--- a/libtransport/src/hicn/transport/protocols/rtc_data_path.h
+++ b/libtransport/src/hicn/transport/protocols/rtc_data_path.h
@@ -20,7 +20,7 @@
#include <climits>
#define ALPHA_RTC 0.125
-#define HISTORY_LEN 30
+#define HISTORY_LEN 20 //4 sec
namespace transport {