<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">  node#0 ------------- node#1 -----------------node#2</p>
<p style="margin-top:0;margin-bottom:0">(consumer)                                             (producer)</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">I have the above the topology. node#0 will express interest for a data. In the forwarding strategy, the intermediate node (node#3) will wait for some time before forwarding the interest. I am scheduling the sending of
 interest in the forwarding strategy after 1 second using <a href="https://github.com/named-data-ndnSIM/NFD/blob/49f22b05e1a57b0a88d90cc0111f9a1d7a5cbd21/core/scheduler.hpp#L44" class="OWAAutoLink" id="LPlnk439525" previewremoved="true">
scheduler::schedule()</a> <span style="font-family: Calibri, Helvetica, sans-serif, Helvetica, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">From the log, I can see that
 node#1 is scheduling to send the interest after 1 second.</span><span style="font-size: 12pt;">But, a</span><span style="font-size: 12pt;">fter 1 second it is node#0 which </span><span style="font-size: 12pt;">is sending the scheduled interest, not </span><span style="font-size: 12pt;"> node#1.</span><span style="font-size: 12pt;"> </span></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Should I use anything else to schedule sending of interest?</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Regards,</p>
<p style="margin-top:0;margin-bottom:0">Muktadir Chowdhury</p>
</div>
</body>
</html>