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'm unable to trace packets sent by applications. I'm using the "vehicular-simple-one.cc" example that the millicar module(built on ns3-mmwave) came with. The example traces packets received at the server with:
echoApps.Get(0)->TraceConnectWithoutContext ("Rx", MakeBoundCallback (&Rx, stream));
But using the same for transmitted packets isn't working.
Can someone please help me understand which trace source is being referred to by "Rx", since there are multiple modules with this particular trace source.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I'm unable to trace packets sent by applications. I'm using the "vehicular-simple-one.cc" example that the millicar module(built on ns3-mmwave) came with. The example traces packets received at the server with:
echoApps.Get(0)->TraceConnectWithoutContext ("Rx", MakeBoundCallback (&Rx, stream));
But using the same for transmitted packets isn't working.
Can someone please help me understand which trace source is being referred to by "Rx", since there are multiple modules with this particular trace source.
Thanks in advance!
The text was updated successfully, but these errors were encountered: