View | Details | Raw Unified | Return to bug 231
Collapse All | Expand All

(-)a/src/applications/udp-echo/udp-echo-server.cc (+2 lines)
 Lines 104-109   UdpEchoServer::HandleRead (Ptr<Socket> s Link Here 
104
          NS_LOG_INFO ("Received " << packet->GetSize() << " bytes from " << 
104
          NS_LOG_INFO ("Received " << packet->GetSize() << " bytes from " << 
105
            address.GetIpv4());
105
            address.GetIpv4());
106
106
107
          packet->RemoveAllTags ();
108
107
          NS_LOG_LOGIC ("Echoing packet");
109
          NS_LOG_LOGIC ("Echoing packet");
108
          socket->SendTo (packet, 0, from);
110
          socket->SendTo (packet, 0, from);
109
        }
111
        }

Return to bug 231