X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Fns3%2Fns3wrapper_debug.py;h=99a6e5bbded3c047e8d5cffc47de18c396536f36;hb=1762316cf70b2dcc495ec5cc4c4c1ac220d92d2c;hp=51eae837c88d8d4ddcc39f7aa05c7a7eb72ee85b;hpb=80dce9463ecdc8333e167b168e0900140dd156f4;p=nepi.git diff --git a/src/nepi/resources/ns3/ns3wrapper_debug.py b/src/nepi/resources/ns3/ns3wrapper_debug.py index 51eae837..99a6e5bb 100644 --- a/src/nepi/resources/ns3/ns3wrapper_debug.py +++ b/src/nepi/resources/ns3/ns3wrapper_debug.py @@ -20,8 +20,8 @@ ############ METHODS DEBUG NS3WRAPPER EXECUTION ## -## The ns3wrapper works in an interactive mode, receiving instructions in -## a distributed manner. This makes it very hard to debug scripting errors +## The ns3wrapper works in ditributed mode, receiving instructions from +## a remote client. This makes it very hard to debug scripting errors ## in the client side. To simplify error debugging, when set to debug mode, ## the ns3wrapper dumps every executed line to a script that can be then ## executed locally to reproduce and debug the experiment.