<div dir="auto">Hi Marwa<br><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Sat, May 1, 2021, 10:43 marwa kareem <<a href="mailto:m.kareem1305@coeng.uobaghdad.edu.iq">m.kareem1305@coeng.uobaghdad.edu.iq</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>1- I read the NFD guide, and it says in section 3.3 (The implementation consists of two parts: a lookup table, and a cache replacement policy. The lookup table is a name-based index of CS entries, in which cached Data packets are stored.), what does (a name based index) mean? What is the index referring to?</div></div></blockquote></div><div dir="auto"><br></div><div dir="auto">Index refers to nfd::cs::Table type.</div><div dir="auto"><a href="https://github.com/named-data/NFD/blob/a47cca26348e0fb8dba2faccb7037194a5e7ba0f/daemon/table/cs-entry.hpp#L116">https://github.com/named-data/NFD/blob/a47cca26348e0fb8dba2faccb7037194a5e7ba0f/daemon/table/cs-entry.hpp#L116</a></div><div dir="auto"><br></div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>2- In file transfer apps like @ndn/cat chunks, is there any way to take the content from the provider each time a request is sent, rather than the cache? </div></div></blockquote></div><div dir="auto"><br></div><div dir="auto">@ndn/cat is a real application, not a benchmark tool, so it cannot add random suffix by itself.</div><div dir="auto">You can fetch a different filename.</div><div dir="auto"><br></div><div dir="auto">Also consider ndnping program, which appends a random suffix to every Interest.</div><div dir="auto">You can set payload length on the corresponding ndnpingserver, to reach a certain throughput.</div><div dir="auto"><br></div><div dir="auto">ndnping differs from @ndn/cat in that it retrieves packets at a fixed rate, and does not implement congestion control.</div><div dir="auto"><br></div><div dir="auto">Yours, Junxiao</div></div>