doh. stupid, stupid, untested typo.

This commit is contained in:
Mathieu Lacage
2009-06-08 09:43:47 +02:00
parent 22f1c511e2
commit 4af7bfa985

View File

@@ -122,7 +122,7 @@ UdpEchoServer::HandleRead (Ptr<Socket> socket)
address.GetIpv4());
packet->RemoveAllPacketTags ();
packet->RemoteAllByteTags ();
packet->RemoveAllByteTags ();
NS_LOG_LOGIC ("Echoing packet");
socket->SendTo (packet, 0, from);