From: Augustin Degomme Date: Fri, 6 Mar 2020 14:30:40 +0000 (+0100) Subject: update doc X-Git-Tag: v3.26~794 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/889b415ad2d7c334222dfb9208bdffe2f5ab96ac update doc --- diff --git a/docs/source/Configuring_SimGrid.rst b/docs/source/Configuring_SimGrid.rst index 3c06083083..40d379c568 100644 --- a/docs/source/Configuring_SimGrid.rst +++ b/docs/source/Configuring_SimGrid.rst @@ -129,6 +129,8 @@ Existing Configuration Items - **network/optim:** :ref:`Network Optimization Level ` - **network/TCP-gamma:** :ref:`cfg=network/TCP-gamma` - **network/weight-S:** :ref:`cfg=network/weight-S` +- **network/loopback-lat:** :ref:`options_model_loopback` +- **network/loopback-bw:** :ref:`options_model_loopback` - **ns3/TcpModel:** :ref:`options_pls` - **path:** :ref:`cfg=path` @@ -395,6 +397,16 @@ can be set to 0 (disable this feature) or 1 (enable it). Note that with the default host model this option is activated by default. +.. _options_model_loopback: + +Configuring loopback link +^^^^^^^^^^^^^^^^^^^^^^^^^ + +Several network model provide an implicit loopback link to account for local +communication on a host. By default it has a 10GBps bandwidth and a null latency. +This can be changed with ``network/loopback-lat`` and ``network/loopback-bw`` +items. + .. _cfg=smpi/async-small-thresh: Simulating Asynchronous Send