Bugzilla – Attachment #815: patch from hajime for bug #864
{
NS_LOG_LOGIC ("Route exists");
ipv4->Send (p, route->GetSource (), dst, m_protocol, route);
NotifyDataSent (p->GetSize ());
NotifySend (GetTxAvailable ());
return p->GetSize();
}
else
NS_LOG_DEBUG ("dropped because no outgoing route.");
return -1;
return 0;
m_udp->Send(p->Copy (), m_endPoint->GetLocalAddress(), dest,
m_endPoint->GetLocalPort(), port, 0);
else if (ipv4->GetRoutingProtocol () != 0)