aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/utils.md
diff options
context:
space:
mode:
authorLuca Muscariello <muscariello@ieee.org>2020-02-14 13:36:37 +0100
committerLuca Muscariello <muscariello@ieee.org>2020-02-15 18:33:22 +0100
commit64a22cf6f812fbdd1b5a0eb184b178d88c6a329f (patch)
tree095b884e1f066cad19f3fa76be16c1c102c6c075 /docs/source/utils.md
parentc77f6b381fe29331c72f8abc6fdd4a4d3286f87b (diff)
[HICN-521] Documentation update
Change-Id: I3ef51af521b53512e589eaf5bb5c0852a638baf5 Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Diffstat (limited to 'docs/source/utils.md')
-rw-r--r--docs/source/utils.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/utils.md b/docs/source/utils.md
index 5b9178b56..57104e12a 100644
--- a/docs/source/utils.md
+++ b/docs/source/utils.md
@@ -116,7 +116,7 @@ Example:
hiperf -S c001::/64
```
-## How To Benchmark Client-Server Throughput using hiperf
+## Client-Server Benchmarking using hiperf
### hicn-light-daemon
@@ -151,7 +151,7 @@ $ export HICN_ROOT=${PWD}/../hicn-install
It should install the hICN suite under hicn-install.
-#### hICN stack based on hicn-light forwarder with UDP faces
+#### hicn-light forwarder with UDP faces
##### Server Configuration
@@ -214,7 +214,7 @@ EOF
This will run the client with a fixed window of 50 interests.
-#### Using hicn-light forwarder with hICN faces
+#### hicn-light forwarder with hICN faces
For sending hICN packets directly over the network, using hicn faces, change the configuration of the two forwarders and restart them.
@@ -245,7 +245,7 @@ add route conn0 b001::/16 1
EOF
```
-### vpp based hicn-plugin
+### VPP based hicn-plugin
Compile the hicn stack enabling the [vpp](https://github.com/FDio/vpp) support.