Closed sanjayjaiman closed 3 years ago
Could you check whether the shared memory successfully released? You can run free.sh to release the memory. Then you can try to re-run the example.
Also, you can run this new script to directly test the rl-tcp, no need to run it in two separate windows.
Thanks Mauriyin, Here was my experience: With the system in the same state as before -
Thanks, Sanjay
Yes. It's fine you can free the memory before each running. We are looking at these issues. Thanks.
I ran the "rl-tcp" example once by following the instructions - Window 1: ./waf --run "rl-tcp" Window 2: python testtcp.py (in the "contrib/example/rl-tcp" dir)
First time it seemed to run fine to completion. I tried it again and "python testtcp.py" script exits without any I/O on either window. I saw there were quite a few processes with me as owner running (possibly due to previous ns-3 runs). I killed them all and still the same problem. "netstat -an | grep 5000" does not yield anything