Apply patch for bug 231
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user