You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am getting an error while executing the code ns3.39
aborted. cond="ndi->second.m_rootQueueDisc", msg="Cannot install a root queue disc on a device already having one. Delete the existing queue disc first.", +0.000000000s -1 file=/home/sai/ns-allinone-3.39/ns-3.39/src/traffic-control/model/traffic-control-layer.cc, line=233
NS_FATAL, terminating
terminate called without an active exception
Command 'build/scratch/ns3.39-source-code-default' died with <Signals.SIGABRT: 6>.
can resolve it?
The text was updated successfully, but these errors were encountered:
I went to the ‘ns-3.29/src/traffic-control/model’ directory and opened the ‘traffic-control-layer.cc’ file. I commented out lines 209-211, which then allowed me to change the existing ‘DropTail’ queue to a FIFO queue.
i am getting an error while executing the code ns3.39
aborted. cond="ndi->second.m_rootQueueDisc", msg="Cannot install a root queue disc on a device already having one. Delete the existing queue disc first.", +0.000000000s -1 file=/home/sai/ns-allinone-3.39/ns-3.39/src/traffic-control/model/traffic-control-layer.cc, line=233
NS_FATAL, terminating
terminate called without an active exception
Command 'build/scratch/ns3.39-source-code-default' died with <Signals.SIGABRT: 6>.
can resolve it?
The text was updated successfully, but these errors were encountered: