<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div>
<div>
<div style="direction: ltr;">Hello Junxiao,</div>
<div><br>
</div>
<div style="direction: ltr;">Alright i’ll try to find a way to do that. </div>
<div><br>
</div>
<div style="direction: ltr;">I was also looking at ndnts, and was planning to use the segmented-object library to transfer files or info from the producer. I am trying to use it in the browser however I’m not sure where to start. Do i use the blobchunksource?
 I tried the @ndn/cat library but i think it just works on node.js. Do you have any examples or resources on how to setup up this process?
</div>
<div><br>
</div>
<div style="direction: ltr;">Yours, Hahns :)<span id="ms-outlook-ios-cursor"></span></div>
</div>
<div><br>
</div>
<div class="ms-outlook-ios-signature">Get <a href="https://aka.ms/o0ukef">Outlook for iOS</a></div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Junxiao Shi <shijunxiao@email.arizona.edu><br>
<b>Sent:</b> Monday, January 11, 2021 9:07:35 PM<br>
<b>To:</b> Hahns Anthony Genato <hahns.genato@eee.upd.edu.ph><br>
<b>Cc:</b> ndn-interest <ndn-interest@lists.cs.ucla.edu><br>
<b>Subject:</b> Re: [EXT][Ndn-interest] NDN Chunks larger files</font>
<div> </div>
</div>
<div>
<div dir="auto">
<div>Hi Hahns</div>
<div dir="auto"><br>
</div>
<div dir="auto">ndnputchunks by default creates Data packets of about 5KB, larger than typical Ethernet MTU. This in turn causes IPv4 fragmentation.</div>
<div dir="auto">If the WSL computer is the consumer, you need to add a rule in Windows firewall to allow IPv4 fragments. Otherwise, packets cannot reach WSL container.</div>
<div dir="auto"><br>
</div>
<div dir="auto">Yours, Junxiao<br>
<br>
<div class="x_gmail_quote" dir="auto">
<div dir="ltr" class="x_gmail_attr">On Mon, Jan 11, 2021, 05:30 Hahns Anthony Genato via Ndn-interest <<a href="mailto:ndn-interest@lists.cs.ucla.edu">ndn-interest@lists.cs.ucla.edu</a>> wrote:<br>
</div>
<blockquote class="x_gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div lang="EN-US" style="word-wrap:break-word">
<p style="text-align:center"><font color="red"><strong>External Email</strong><br>
</font></p>
<div class="x_m_-5871649825311510769WordSection1">
<p class="x_MsoNormal">Hello, </p>
<p class="x_MsoNormal"><u></u> <u></u></p>
<p class="x_MsoNormal">I was trying out the ndnputchunks and ndncatchunks on two computers (one is running WSL and the other ubuntu). Both running nfd locally.</p>
<p class="x_MsoNormal"><u></u> <u></u></p>
<p class="x_MsoNormal">When using </p>
<p class="x_MsoNormal">(producer ) ndnputchunks -v /A < cat/test.txt</p>
<p class="x_MsoNormal">It created one chunk in the prefix /A since the .txt file was really small</p>
<p class="x_MsoNormal"><u></u> <u></u></p>
<p class="x_MsoNormal">(consumer) ndncatchunks -v /A</p>
<p class="x_MsoNormal">It was able to get the file successfully</p>
<p class="x_MsoNormal"><u></u> <u></u></p>
<p class="x_MsoNormal">However when I tried sending an image</p>
<p class="x_MsoNormal">(producer ) ndnputchunks -v /A < cat/index.jpeg</p>
<p class="x_MsoNormal">It created 4 chunks in the prefix /A</p>
<p class="x_MsoNormal"><u></u> <u></u></p>
<p class="x_MsoNormal">(consumer) ndncatchunk -v /A</p>
<p class="x_MsoNormal">Then it starts to have a problem it keeps retransmitting segment 0 and 1 and it cant seems to get the first two segments then it goes to an error.</p>
<p class="x_MsoNormal">              Retransmitting segment #1</p>
<p class="x_MsoNormal" style="text-indent:.5in"># of retries for segment #1 is 15</p>
<p class="x_MsoNormal" style="text-indent:.5in">Retransmitting segment #0</p>
<p class="x_MsoNormal" style="text-indent:.5in"># of retries for segment #0 is 15</p>
<p class="x_MsoNormal" style="text-indent:.5in">Retransmitting segment #1</p>
<p class="x_MsoNormal" style="text-indent:.5in">Retransmitting segment #0</p>
<p class="x_MsoNormal" style="text-indent:.5in">ERROR: Fetching terminated but no final segment number has been found</p>
<p class="x_MsoNormal">What am I doing wrong <span style="font-family:"Segoe UI Emoji",sans-serif">
☹</span></p>
<p class="x_MsoNormal">Sent from <a href="https://go.microsoft.com/fwlink/?LinkId=550986" target="_blank" rel="noreferrer">
Mail</a> for Windows 10</p>
<p class="x_MsoNormal"><u></u> <u></u></p>
</div>
</div>
_______________________________________________<br>
Ndn-interest mailing list<br>
<a href="mailto:Ndn-interest@lists.cs.ucla.edu" target="_blank" rel="noreferrer">Ndn-interest@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest" rel="noreferrer noreferrer" target="_blank">http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest</a><br>
</blockquote>
</div>
</div>
</div>
</div>
</body>
</html>