<div dir="ltr"><div>Hi Ritu</div><div><br></div><div>From the pcap, I see that /ndn/a-site/a/29.mp4 and /ndn/a-site/a/21.mp4 are being retrieved in parallel.</div><div>The bash script ensures that only one file retrieval can occur at a time.</div><div>Thus, I guess that your Python script somehow started multiple instances of the bash script, so that they are executing in parallel.</div><div><br></div><div>Yours, Junxiao</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 22, 2020 at 2:28 AM Ritu Bordoloi <<a href="mailto:bordoloi.ritu1988@gmail.com">bordoloi.ritu1988@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><p style="text-align:center"><font color="red"><strong>External Email</strong><br></font></p><div dir="ltr">

<div>Dear Junxiao,</div><div><br></div><div>I wrote a bash script for requesting multiple files. I am appending a sample script below, where the host requests 4 files.</div><div><br></div><div>#!/bin/bash<br>set -e<br>ndncatchunks /ndn/a-site/a/$1<br>ndncatchunks /ndn/a-site/a/$2<br>ndncatchunks /ndn/a-site/a/$3<br>ndncatchunks /ndn/a-site/a/$4</div><div><br></div><div>However, the host is still sending the next interest requests without successfully retrieving the previously requested files completely.  I am attaching the pcap and ndndump files along with this email for your reference. <br></div><div><br></div><div>Can you please give me any further suggestions for this?</div><div><br></div><div>Thank you.</div><div><br></div><div>Best regards,</div><div>Ritu</div></div>
</blockquote></div></div>