equal
deleted
inserted
replaced
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; |