<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Good morning community,<br><br></div>I am trying to understand how the content store works on the NFD side. <br></div>I understood that it has a limitation in the number of data packets you can store. <br></div>In the file nfd.conf there's the variable cs_max_packets=65536. <br></div>The default setting is a problem for me, because in my demo I send thousands of interest packets in a few time and it happens that some data packets are broken. <br></div>Using ndndump I have the following situation:<br><br>1513940091.978947 From: ProducerIP, To: ConsumerIP, Tunnel Type: UDP, INCOMPLETE-PACKET, size: 1472<br><br></div>I think it's caused by the huge number of requests the NFD receives. <br><br></div>I could avoid this situation setting cs_max_packets=0 (which means disable the content store, right?), but what I want to do is to store the data packets for a few time and after that delete them to give space to the other packets. <br></div>Is it possible doing that, maybe setting some option into the interest object?<br><br></div>Thank you.<br></div>Giuseppe.<br><div><div><div><div><div><br><br><br></div></div></div></div></div></div>