<div dir="auto">Hi Andre</div><div dir="auto"><br></div><div dir="auto">You can express multiple Interests one after another, and then wait for responses.</div><div dir="auto">In ndnping, expressInterest is called at a fixed interval, independent from whether previous Interests were satisfied.</div><div dir="auto"><br></div><div dir="auto">To retrieve files, or more generally, segmented objects, most libraries have a helper for that.</div><div dir="auto">In ndn-cxx it's called SegmentFetcher.</div><div dir="auto"><br></div><div dir="auto">See also <a href="https://yoursunny.com/t/2021/NDN-face/">https://yoursunny.com/t/2021/NDN-face/</a> , "Face in Libraries" section, for a deep explanation on how the library Face works.</div><div dir="auto"><br></div><div dir="auto">Yours, Junxiao</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 21, 2021 at 16:24 Andre <<a href="mailto:adcarneiro@inf.ufrgs.br">adcarneiro@inf.ufrgs.br</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">
  
    
  
  <div><p style="text-align:center"><font style="color:rgb(255,0,0)"><strong>External Email</strong><br></font></p>
    <p>Hi Junxiao,</p>
    <p><br>
    </p>
    <p>that makes sense, thanks for the help so far. <br>
    </p>
    <p><br>
    </p>
    <p>I looked into the ndnping example but one doubt remains. What if
      I want to consume large chunks of data, say 10MB or more. In this
      case, I will need to divide that into chunks of 8800 bytes at
      most, since that is the maximum NDN package size allowed. However,
      using the same mechanism as ndnping or
      consumer/consumer-with-timer, the program would have to wait until
      one 8800 B package is received before requesting the next one
      (using face.expressInterest). How can I do that so that I don`t
      have to wait a full round-trip-time before consuming the next
      part?</p>
    <p><br>
    </p>
    <p>Best regards,</p>
    <p>AndrĂ©</p></div></blockquote></div></div>