ns-3-python-examples icon indicating copy to clipboard operation
ns-3-python-examples copied to clipboard

SetFill takes 4 arguments in C++, but not in Python

Open mohittahiliani opened this issue 9 years ago • 0 comments

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)

mohittahiliani avatar Jul 23 '16 05:07 mohittahiliani