<div><div dir="auto">Hi Zeinab</div></div><div><div class="gmail_quote"><div dir="ltr"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div>To secure my protocol , I need to mention in the Interest message that a user is not interested in specific data</div></div></blockquote><div dir="auto">You indicate the Interest should not match certain Data by using a more specific prefix.</div><div dir="auto">Suppose you have Data /A/B/1, /A/B/2, /A/B/3. If you don’t want /A/B/1, you express Interest /A/B/2 or /A/B/3.</div><div dir="auto"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div> ( just assume data is fresh also )</div></div></blockquote><div dir="auto">If you need to discover the latest version, producer is supposed to set FreshnessPeriod correctly such that previous versions become non-fresh. See <a href="https://named-data.net/publications/hoticn18realtime-retrieval/">https://named-data.net/publications/hoticn18realtime-retrieval/</a> .</div><div dir="auto">If you are concerned that someone would attack the network by responding to one of the earlier Interests with a Data having large FreshnessPeriod, so that it stays fresh for long duration: use a feedback mechanism to ask the network to erase such Data <a href="https://named-data.net/publications/mitigating_poisoned_content/">https://named-data.net/publications/mitigating_poisoned_content/</a> ; see also <a href="http://hdl.handle.net/10150/625652">http://hdl.handle.net/10150/625652</a> section 4.2 about where to place the trust schema for the Data. Exclude selector won’t help you because the malicious producer can just send another Data with large FreshnessPeriod that satisfies your new Interest.</div><div dir="auto"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div> so you recommend me to define a new field in Interest message or is there any other field that I can use . </div></div><div dir="auto"><blockquote type="cite"><div>
</div></blockquote></div></blockquote></div></div><div dir="auto">90% of the time when someone thinks they want a new field in network layer, it’s a misunderstanding of the protocol.</div><div dir="auto"><br></div><div dir="auto">Yours, Junxiao</div>