<div dir="ltr">Hi Ahmed<div><br></div><div>The multicast strategy is operating correctly when it forwards the Interest toward all available upstream faces unless it's the sole downstream or violates scope.<br></div><div>Whether the Data comes back or not has nothing to do with the correctness of multicast strategy.</div><div><br></div><div>DeadNonceList entry lifetime is irrelevant because suppression occurs in PIT entry, not in DNL.</div><div><br></div><div><br></div><div>When multiple consumers are expressing Interests with the same Name, Selectors, and Link object (or absence of Link object), those Interests are expected to carry distinct Nonces. See NDN Packet Format spec, Interest - Nonce section. Those Interests will not be suppressed by duplication Nonce detection because the Nonce is not duplicate.</div><div><br></div><div>Yours, Junxiao<br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 31, 2016 at 7:41 AM, Ahmed Sadek <span dir="ltr"><<a href="mailto:don1559@gmail.com" target="_blank">don1559@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thank you <span style="font-size:12.8px">Junxiao</span> for the detailed and quick answer.<div><br></div><div>1- Is there a way to turn off this feature to test the broadcast strategy ? </div><div>I tried to set :</div><div><br></div><div><div><b>const time::nanoseconds DeadNonceList::DEFAULT_LIFETIME = time::milliseconds(1);</b></div></div><div><b><br></b></div><div>but didn't do the trick. It seem the only way is that there should be a delay on the links from the start so interests don't arrive in parallel.</div><div><br></div><div>2- What if there are two clients contacting the server asking for the same content (same interest) at the same time, this mean only one of them will get the content as backbone router will suppress one of them.</div><div><br></div><div>Thanks!</div><span class="HOEnZb"><font color="#888888"><div>Ahmed</div><div><br></div></font></span></div></blockquote></div></div></div></div>