<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Hi Mohammad,</div><div><br></div><div>An excessive DropData could be a result of the way you set up the limit.  You didn't show the detail, but if you have used "Lru" policy for the limit, then this would be the core problem---whenever limit is reached, you would evict an older entry, instead of keeping it and rejecting new interest.  I suspect that you will get more reasonable results if you change to "Persistent" policy (which is actually a default).</div><div><br></div><div>---</div><div>Alex</div><br><div><div>On Feb 26, 2014, at 5:43 AM, Hovaidi Ardestani Mohammad <<a href="mailto:mohammad.hovaidi.ardestani@aalto.fi">mohammad.hovaidi.ardestani@aalto.fi</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div ocsi="0" fpstyle="1" style="font-family: Menlo-Regular; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div style="direction: ltr; font-family: Tahoma; font-size: 10pt;"><font size="2">Hi all,<br>I have a basic question about PIT size and its role to control the traffic flow.<br><br>In my scenario when I change the PIT size into the lower value,  the result shows more DropData.<br>I reckon the small size of PIT means the small number of data requests and consequently the small number of DropData but large number of InterestData. Is It so?<br>On the other hand, when PIT overflows, we would expect an increase rate of retransmissons from the downstream nodes. What would be the role of increasing retransmission rate on the packet drops both on layer 2 and 3.<br><br>I really appreciate your response in advance!<br>-Mohammad<span class="Apple-converted-space"> </span><br></font></div>_______________________________________________<br>ndnSIM mailing list<br><a href="mailto:ndnSIM@lists.cs.ucla.edu">ndnSIM@lists.cs.ucla.edu</a><br><a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim">http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim</a></div></blockquote></div><br></body></html>