diff --git a/examples/simple-global-routing.cc b/examples/simple-global-routing.cc index 179a2faf8..64ba1d1d9 100644 --- a/examples/simple-global-routing.cc +++ b/examples/simple-global-routing.cc @@ -152,7 +152,6 @@ main (int argc, char *argv[]) apps.Stop (Seconds (10.0)); // Create a packet sink to receive these packets - // The last argument "true" disables output from the Receive callback PacketSinkHelper sink; sink.SetupUdp (Ipv4Address::GetAny (), port); apps = sink.Build (c.Get (3));