Thank you Alex.<br><br><div class="gmail_quote">2013/3/22 Alex Afanasyev <span dir="ltr"><<a href="mailto:cawka1@gmail.com" target="_blank">cawka1@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Igor,<br>
<br>
RngRun parameter would not help much in this case, as you have topology-defined timings (link propagation delays) that deterministically define which node receives an interest/replies with data first, resulting in "stable" selection of the packet.<br>

<br>
To solve the "problem", you would need somehow to introduce randomness in your scenario.   For example, you can make a new Producer app implementation that instead of immediate reply for the Interest, will schedule this reply within a short random period of time.   Another, more straightforward, opportunity would be to randomize link delays to different producers, which would approximately correspond to different volumes of cross traffic.<br>

<br>
---<br>
Alex<br>
<div><div class="h5"><br>
On Mar 21, 2013, at 4:43 PM, Igor <<a href="mailto:igorcompuff@gmail.com">igorcompuff@gmail.com</a>> wrote:<br>
<br>
> Hi Alex,<br>
><br>
> I'm not sure if my doubt concerns properly to NDNSim or to the NS3 simulator, but if you could help me it would be great. I'm working with a simple topology where 2 publishers and 1 consumer are connected together through a router. All the nodes have the ndn stack installed. Both publishers are able to serve all the contents that the consumer asks. For the forwarding strategy I am using Flooding. Once the consumer asks a content, both the producers receive an interest and respond with a content object. Both the content objects get the router at the same time, but, obviously, just one of them satisfies the pending interest and is forwarded to the next hop. The problem is that the router always select the content object that came from the same publisher. Such a predictable behavior do not sounds good for me and I would like to insert some randomness to this process. I have already tried to change the "RngRun" parameter but the results were the same and  now I am stuck with this problem.<br>

><br>
> I thank you in advance.<br>
><br>
> Best Regards,<br>
><br>
> Igor Ribeiro.<br>
</div></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" target="_blank">http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim</a><br>
<br>
</blockquote></div><br>