Apply patch for bug 231
authorCraig Dowell <craigdo@ee.washington.edu>
Tue, 24 Jun 2008 19:09:49 -0700
changeset 3324 6c366d4b91c2
parent 3323 4f9824120539
child 3325 11719a408a0c
Apply patch for bug 231
src/applications/udp-echo/udp-echo-server.cc
--- a/src/applications/udp-echo/udp-echo-server.cc	Tue Jun 24 15:47:04 2008 -0700
+++ b/src/applications/udp-echo/udp-echo-server.cc	Tue Jun 24 19:09:49 2008 -0700
@@ -104,6 +104,8 @@
           NS_LOG_INFO ("Received " << packet->GetSize() << " bytes from " << 
             address.GetIpv4());
 
+          packet->RemoveAllTags ();
+
           NS_LOG_LOGIC ("Echoing packet");
           socket->SendTo (packet, 0, from);
         }