diff --git a/src/applications/udp-echo/udp-echo-server.cc b/src/applications/udp-echo/udp-echo-server.cc index 64f1d0b28..56ca1d253 100644 --- a/src/applications/udp-echo/udp-echo-server.cc +++ b/src/applications/udp-echo/udp-echo-server.cc @@ -122,7 +122,7 @@ UdpEchoServer::HandleRead (Ptr socket) address.GetIpv4()); packet->RemoveAllPacketTags (); - packet->RemoteAllByteTags (); + packet->RemoveAllByteTags (); NS_LOG_LOGIC ("Echoing packet"); socket->SendTo (packet, 0, from);