src/dsr/model/dsr-rsendbuff.cc
changeset 8752 2da1fab73114
parent 8751 efad81f3cb47
child 8753 8d84b96e26bf
equal deleted inserted replaced
8751:efad81f3cb47 8752:2da1fab73114
    54   Purge ();
    54   Purge ();
    55   for (std::vector<SendBuffEntry>::const_iterator i = m_sendBuffer.begin (); i
    55   for (std::vector<SendBuffEntry>::const_iterator i = m_sendBuffer.begin (); i
    56        != m_sendBuffer.end (); ++i)
    56        != m_sendBuffer.end (); ++i)
    57     {
    57     {
    58       NS_LOG_INFO ("packet id " << i->GetPacket ()->GetUid () << " " << entry.GetPacket ()->GetUid ()
    58       NS_LOG_INFO ("packet id " << i->GetPacket ()->GetUid () << " " << entry.GetPacket ()->GetUid ()
    59                                 << " dst " << i->GetDestination () << " " << entry.GetDestination ());
    59                    << " dst " << i->GetDestination () << " " << entry.GetDestination ());
    60 
    60 
    61       if ((i->GetPacket ()->GetUid () == entry.GetPacket ()->GetUid ())
    61       if ((i->GetPacket ()->GetUid () == entry.GetPacket ()->GetUid ())
    62           && (i->GetDestination () == entry.GetDestination ()))
    62           && (i->GetDestination () == entry.GetDestination ()))
    63         {
    63         {
    64           return false;
    64           return false;