diff --git a/examples/stats/wifi-example-sim.cc b/examples/stats/wifi-example-sim.cc index d9171c23b..f9f48a10f 100644 --- a/examples/stats/wifi-example-sim.cc +++ b/examples/stats/wifi-example-sim.cc @@ -171,8 +171,8 @@ int main (int argc, char *argv[]) { appSink->AddApplication (receiver); receiver->SetStartTime (Seconds (0)); - // Config::Set("/NodeList/*/ApplicationList/*/$Sender/Destination", - // Ipv4AddressValue("192.168.0.2")); + Config::Set ("/NodeList/*/ApplicationList/*/$Sender/Destination", + Ipv4AddressValue ("192.168.0.2"));