From: Martin Quinson Date: Tue, 18 Jul 2023 13:39:14 +0000 (+0200) Subject: typo [no-ci] X-Git-Tag: v3.35~142 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8d29c609adbf5f37306f01900edadc66843f749e typo [no-ci] --- diff --git a/docs/source/Models.rst b/docs/source/Models.rst index 229d61c6bb..e8ee9016e5 100644 --- a/docs/source/Models.rst +++ b/docs/source/Models.rst @@ -125,7 +125,7 @@ small delay that corresponds to the end-to-end latency. During that time, the co communications are not slowed down, because there is no contention yet). As an alternative to the above LMM-based models, it is possible to use the :ref:`ns-3 simulator as a network model `. ns-3 performs -a mushc more detailed, packet-level simulation +a much more detailed, packet-level simulation than the above models. As a result is is much slower but will produce more accurate results. Both simulators have time complexity that is linear in the size of their input, but ns-3 has a much larger input in case of large communications because it considers individual network packets.