examples: fix copy-paste error

This commit is contained in:
Tommaso Pecorella
2022-08-30 23:29:19 +02:00
parent 67f290fe9f
commit bf2a3002e0

View File

@@ -242,7 +242,7 @@ TraceDroppingState (std::string dropStateTrFileName)
else
{
Ptr<OutputStreamWrapper> stream = ascii.CreateFileStream (dropStateTrFileName.c_str ());
Config::ConnectWithoutContext ("/NodeList/2/CwndTracer$ns3::TrafficControlLayer/RootQueueDiscList/0/$ns3::CoDelQueueDisc/DropState", MakeBoundCallback (&DroppingStateTracer, stream));
Config::ConnectWithoutContext ("/NodeList/2/$ns3::TrafficControlLayer/RootQueueDiscList/0/$ns3::CoDelQueueDisc/DropState", MakeBoundCallback (&DroppingStateTracer, stream));
}
}