Mohit P. Tahiliani
Mohit P. Tahiliani
TCP throughput of the following two programs does not match with that of corresponding C++ programs: 1. ht-wifi-network.py 2. vht-wifi-network.py Run these programs and corresponding C++ programs with --udp=False to...
SetFill method accepts "four" arguments in C++ (e.g., examples/udp/udp-echo.cc, line #134), but does not accept more than "three" in Python (see udp/udp-echo.py, line #130 in this repo)
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.