ns-3-python-examples
ns-3-python-examples copied to clipboard
Stop method required for star.py to terminate
While porting examples/tcp/star.cc to star.py, it was observed that star.cc does not require a "Simulator::Stop" for termination, whereas star.py does require. The reason is not yet clear.