doh. stupid, stupid, untested typo.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user