ns-3-python-examples
ns-3-python-examples copied to clipboard
SetFill takes 4 arguments in C++, but not in Python
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)