Bugzilla – Attachment #179: fix bug for bug #231
NS_LOG_INFO ("Received " << packet->GetSize() << " bytes from " <<
address.GetIpv4());
packet->RemoveAllTags ();
NS_LOG_LOGIC ("Echoing packet");
socket->SendTo (packet, 0, from);
}