summaryrefslogtreecommitdiffstats
path: root/hicn-light/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/README.md')
-rw-r--r--hicn-light/README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/hicn-light/README.md b/hicn-light/README.md
index 559659dd1..f18de0df5 100644
--- a/hicn-light/README.md
+++ b/hicn-light/README.md
@@ -202,22 +202,19 @@ cache clear
implemented in hicn-light:
- random: each interest is forwarded randomly to one of the available output connections
-- random_per_dash_segment: the output connection is selected randomly for each DASH segment.
- This can be used only for DASH video streams.
- loadbalancer: each interest is forwarded toward the output connection with the lowest number
of pending interests. The pending interest are the interest sent on a certain connection but
not yet satisfied. More information are available in:
G. Carofiglio, M. Gallo, L. Muscariello, M. Papalini, S. Wang,
"Optimal multipath congestion control and request forwarding in information-centric networks",
ICNP 2013.
-- loadbalancer_with_delay: implements the same strategy as loadbalancer but it takes into account
- also the propagation delay behind each connections.
+- low_latency: uses the face with the lowest latency. In case more faces have similar latency the strategy uses them in parallel
```
set strategy <prefix> <strategy>
<preifx> : the prefix to which apply the forwarding strategy
- <strategy> : random | random_per_dash_segment | loadbalancer | loadbalancer_with_delay
+ <strategy> : random | loadbalancer | low_latency
```
`set wldr`: turns on/off WLDR on the specified connection. WLDR (Wireless Loss Detiection and
Recovery) is a protocol that can be used to recover losses generated by unreliable wireless