named-data-ndnSIM / ndnSIM

ndnSIM: NS-3 based NDN simulator
GNU General Public License v3.0
108 stars 165 forks source link

bug: Redundant forwarding of ContentObjects if multiple PIT entries are satisfied with the same ContentObject #30

Open cawka opened 11 years ago

cawka commented 11 years ago

If there are several PIT entries that can be satisfied with the same ContentObject, the forwarding strategy (ndn-forwarding-strategy.cc) may send out multiple duplicatie ContentObjects on the same face.