[ndnSIM] fw: Add afterReceiveLoopedInterest strategy trigger
diff --git a/daemon/fw/forwarder.cpp b/daemon/fw/forwarder.cpp
index c9f2d1d..007914c 100644
--- a/daemon/fw/forwarder.cpp
+++ b/daemon/fw/forwarder.cpp
@@ -131,6 +131,8 @@
   if (hasDuplicateNonceInPit) {
     // goto Interest loop pipeline
     this->onInterestLoop(ingress, interest);
+    this->dispatchToStrategy(*pitEntry,
+      [&] (fw::Strategy& strategy) { strategy.afterReceiveLoopedInterest(ingress, interest, *pitEntry); });
     return;
   }