aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/strategies/nexthopStateLowLatency.c
diff options
context:
space:
mode:
authormichele papalini <micpapal@cisco.com>2020-01-21 17:56:37 +0100
committermichele papalini <micpapal@cisco.com>2020-01-22 10:55:08 +0100
commite3e78f60b5e8f31be056d95b9b83a2c1a9110fe9 (patch)
treee446927dd730e00692c643381b2e85e8a5982262 /hicn-light/src/hicn/strategies/nexthopStateLowLatency.c
parentbf366088b56e7f2e793e7026d9c655e26fe4a67a (diff)
[HICN-482] trigger map-me updates from the forwarding strategy
Signed-off-by: michele papalini <micpapal@cisco.com> Change-Id: Icc41824f2f29580229ce8b3ce066f121870e012d Signed-off-by: michele papalini <micpapal@cisco.com>
Diffstat (limited to 'hicn-light/src/hicn/strategies/nexthopStateLowLatency.c')
-rw-r--r--hicn-light/src/hicn/strategies/nexthopStateLowLatency.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-light/src/hicn/strategies/nexthopStateLowLatency.c b/hicn-light/src/hicn/strategies/nexthopStateLowLatency.c
index fd83bb072..a3953987f 100644
--- a/hicn-light/src/hicn/strategies/nexthopStateLowLatency.c
+++ b/hicn-light/src/hicn/strategies/nexthopStateLowLatency.c
@@ -31,7 +31,7 @@ const unsigned MAX_ROUNS_WITHOUT_PROBES = 4;
const unsigned MIN_NON_LOSSY_ROUNDS = 10;
//number of rounds in non lossy mode before switch to
//no lossy state
-const double MAX_LOSS_RATE = 0.15; //15%
+const double MAX_LOSS_RATE = 0.10; //10%
struct strategy_nexthop_state_ll {
bool in_use;