From e3e78f60b5e8f31be056d95b9b83a2c1a9110fe9 Mon Sep 17 00:00:00 2001 From: michele papalini Date: Tue, 21 Jan 2020 17:56:37 +0100 Subject: [HICN-482] trigger map-me updates from the forwarding strategy Signed-off-by: michele papalini Change-Id: Icc41824f2f29580229ce8b3ce066f121870e012d Signed-off-by: michele papalini --- hicn-light/src/hicn/strategies/nexthopStateLowLatency.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hicn-light/src/hicn/strategies/nexthopStateLowLatency.c') 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; -- cgit 1.2.3-korg