Apply patch for bug 231

This commit is contained in:
Craig Dowell
2008-06-24 19:09:49 -07:00
parent cb19bb1404
commit 2b1bc24321

View File

@@ -104,6 +104,8 @@ UdpEchoServer::HandleRead (Ptr<Socket> socket)
NS_LOG_INFO ("Received " << packet->GetSize() << " bytes from " <<
address.GetIpv4());
packet->RemoveAllTags ();
NS_LOG_LOGIC ("Echoing packet");
socket->SendTo (packet, 0, from);
}