<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<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">There is a typo in the mail. The intermediate node is node#1.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">-Muktadir</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Muktadir R Chowdhury (mrchwdhr)<br>
<b>Sent:</b> Tuesday, May 14, 2019 9:57:41 AM<br>
<b>To:</b> ndnsim<br>
<b>Subject:</b> Use of scheduler::schedule()</font>
<div> </div>
</div>
<style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<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="x_OWAAutoLink" id="LPlnk439525">
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>
</div>
</body>
</html>