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

(-)a/src/internet/model/ipv4-l3-protocol.cc (+4 lines)
 Lines 532-537    Link Here 
532
                                Ptr<Ipv4Route> route)
532
                                Ptr<Ipv4Route> route)
533
{
533
{
534
  NS_LOG_FUNCTION (this << packet << ipHeader << route);
534
  NS_LOG_FUNCTION (this << packet << ipHeader << route);
535
  if (Node::ChecksumEnabled ())
536
    {
537
      ipHeader.EnableChecksum ();
538
    }
535
  SendRealOut (route, packet, ipHeader);
539
  SendRealOut (route, packet, ipHeader);
536
}
540
}

Return to bug 1479