<div dir="auto"><div>Oops! I guess I've been working on congestion control too much recently.</div><div dir="auto"><br></div><div dir="auto">Since we're likely going to allow the options to be set through management for the congestion marking system, I think should allow the options to be set this way for reliability as well. However, we're focusing on congestion control at the moment, so their implementation would likely wait until after that. I'll create a Redmine issue for this feature.</div><div dir="auto"><br></div><div dir="auto">Eric</div><div dir="auto"><div class="gmail_extra" dir="auto"><br><div class="gmail_quote">On Jan 22, 2018 11:42 AM, "Davide Pesavento" <<a href="mailto:davide.pesavento@lip6.fr">davide.pesavento@lip6.fr</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Eric,<br>
<br>
I think Lixia was asking for an option to control the max number of<br>
retransmissions in LpReliability. And there are two other reliability<br>
options that are currently not settable: idleAckTimerPeriod and<br>
seqNumLossThreshold.<br>
<div class="elided-text"><br>
On Mon, Jan 22, 2018 at 1:14 PM, Eric Newberry<br>
<<a href="mailto:enewberry@email.arizona.edu">enewberry@email.arizona.edu</a>> wrote:<br>
> Apologies, I somehow missed the previous email. We just merged an NFD config<br>
> file option that, when set to "yes", will enable congestion detection and<br>
> marking globally on all supported transport types (UDP, TCP, and Unix stream<br>
> socket). It is known as "face_system.general.enable_<wbr>congestion_marking". A<br>
> management option and nfdc parameter to allow it to be enabled or disabled<br>
> on a face-by-face basis is in the works.<br>
><br>
> Eric<br>
><br>
><br>
> On Jan 22, 2018 4:32 AM, "Burke, Jeff" <<a href="mailto:jburke@remap.ucla.edu">jburke@remap.ucla.edu</a>> wrote:<br>
><br>
> please<br>
><br>
><br>
><br>
> From: Nfd-dev <<a href="mailto:nfd-dev-bounces@lists.cs.ucla.edu">nfd-dev-bounces@lists.cs.<wbr>ucla.edu</a>> on behalf of Lixia Zhang<br>
> <<a href="mailto:lixia@cs.ucla.edu">lixia@cs.ucla.edu</a>><br>
> Date: Thursday, January 4, 2018 at 7:51 PM<br>
> To: Eric Newberry <<a href="mailto:enewberry@email.arizona.edu">enewberry@email.arizona.edu</a>><br>
> Cc: "<a href="mailto:nfd-dev@lists.cs.ucla.edu">nfd-dev@lists.cs.ucla.edu</a>" <<a href="mailto:nfd-dev@lists.cs.ucla.edu">nfd-dev@lists.cs.ucla.edu</a>><br>
> Subject: Re: [Nfd-dev] [Ndn-interest] UDP_retransmissiom<br>
><br>
><br>
><br>
><br>
><br>
> On Jan 4, 2018, at 11:18 AM, Eric Newberry <<a href="mailto:enewberry@email.arizona.edu">enewberry@email.arizona.edu</a>><br>
> wrote:<br>
><br>
><br>
><br>
> Hi Giuseppe,<br>
><br>
> By default, the number of retransmissions is set to 3. The option<br>
> controlling this is in LpReliability::Options as maxRetx. However, currently<br>
> there is no way to set this option using nfdc or any other management tool.<br>
> Therefore, if you want to change this, you would need to modify the NFD<br>
> source code, recompile, and reinstall. There are no options relating to the<br>
> reliability system in nfd.conf.<br>
><br>
> Eric<br>
><br>
> should we consider adding a way to config this parameter?<br>
><br>
><br>
><br>
><br>
><br>
> On 01/04/2018 02:10 AM, Giuseppe Carella wrote:<br>
><br>
> Good morning Eric,<br>
><br>
><br>
><br>
> Thank you for your answer.<br>
><br>
> I understood that it's possible to implement the retransmission by means of<br>
> NDNLPv2, which is a protocol located upon the transport layer.<br>
><br>
> So I have to set a maximum number of retransmissions, that's all (I hope).<br>
><br>
> Is it enough modifying some properties into nfd.conf to choose the maximum<br>
> number of retransmissions or I have to add some new APIs into applicative<br>
> layer?<br>
><br>
> Thank you.<br>
><br>
> Giuseppe.<br>
><br>
><br>
><br>
> 2018-01-04 9:31 GMT+01:00 Eric Newberry <<a href="mailto:enewberry@email.arizona.edu">enewberry@email.arizona.edu</a>>:<br>
><br>
> Giuseppe,<br>
><br>
> NFD release 0.6.0 implements a link-layer reliability system as part of<br>
> NDNLPv2 for unicast TCP, UDP, and Ethernet faces. It can be enabled by<br>
> specifying "reliability on" when creating (or updating) a face with nfdc. In<br>
> order for the system to function, it must be enabled on both ends of the<br>
> link. The above command only enables it on one end.<br>
><br>
> Eric<br>
><br>
><br>
><br>
> On 01/04/2018 01:24 AM, Giuseppe Carella wrote:<br>
><br>
> Good morning community,<br>
><br>
> is it possible to configure NFD in order to allow an UDP communication with<br>
> retransmission?<br>
><br>
> I know that I could use TCP, but for my purpose it's necessary having UDP<br>
> with retransmission.<br>
><br>
><br>
><br>
> Thank you.<br>
><br>
> Giuseppe.<br>
><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
><br>
> Ndn-interest mailing list<br>
><br>
> <a href="mailto:Ndn-interest@lists.cs.ucla.edu">Ndn-interest@lists.cs.ucla.edu</a><br>
><br>
> <a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest" rel="noreferrer" target="_blank">http://www.lists.cs.ucla.edu/<wbr>mailman/listinfo/ndn-interest</a><br>
><br>
><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> Ndn-interest mailing list<br>
> <a href="mailto:Ndn-interest@lists.cs.ucla.edu">Ndn-interest@lists.cs.ucla.edu</a><br>
> <a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest" rel="noreferrer" target="_blank">http://www.lists.cs.ucla.edu/<wbr>mailman/listinfo/ndn-interest</a><br>
><br>
><br>
><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> Nfd-dev mailing list<br>
> <a href="mailto:Nfd-dev@lists.cs.ucla.edu">Nfd-dev@lists.cs.ucla.edu</a><br>
> <a href="http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev" rel="noreferrer" target="_blank">http://www.lists.cs.ucla.edu/<wbr>mailman/listinfo/nfd-dev</a><br>
><br>
><br>
><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> Nfd-dev mailing list<br>
> <a href="mailto:Nfd-dev@lists.cs.ucla.edu">Nfd-dev@lists.cs.ucla.edu</a><br>
> <a href="http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev" rel="noreferrer" target="_blank">http://www.lists.cs.ucla.edu/<wbr>mailman/listinfo/nfd-dev</a><br>
><br>
</div></blockquote></div><br></div></div></div>