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

(-)a/src/internet-stack/udp-socket-impl.cc (+5 lines)
 Lines 399-404    Link Here 
399
      NS_LOG_LOGIC ("Limited broadcast end.");
399
      NS_LOG_LOGIC ("Limited broadcast end.");
400
      return p->GetSize();
400
      return p->GetSize();
401
    }
401
    }
402
  else if (m_endPoint->GetLocalAddress() != Ipv4Address::GetAny())
403
    {
404
      m_udp->Send(p->Copy (), m_endPoint->GetLocalAddress(), dest,
405
                  m_endPoint->GetLocalPort(), port, 0);
406
    }
402
  else if (ipv4->GetRoutingProtocol () != 0)
407
  else if (ipv4->GetRoutingProtocol () != 0)
403
    {
408
    {
404
      Ipv4Header header;
409
      Ipv4Header header;

Return to bug 746