<div style="white-space:pre-wrap">That's right, mixing network and application NACKs is not a good idea. From a security perspective, this separation is discussed in details in:<br><br><a href="http://ieeexplore.ieee.org/document/7288477/">http://ieeexplore.ieee.org/document/7288477/</a><br><br>Cesar</div><br><div class="gmail_quote"><div dir="ltr">On Wed, Oct 12, 2016 at 16:07 Junxiao Shi <<a href="mailto:shijunxiao@email.arizona.edu">shijunxiao@email.arizona.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi JeffT<div><br></div><div>I have a temperature sensor based on ESP8266 microcontroller. It uses ndn-cpp-lite, connects to a remote forwarder over TCP, and acts as a producer.</div><div>The ESP8266, clocked at 80MHz, has limited signing capability. It can sign or verify 8 ECDSA signatures per second.</div><div>If Interests are arriving too fast, I want to be able to send a NetworkNack-Congestion so that the remote forwarder can forward less Interests to the sensor.</div><div>An application Nack cannot fulfill this purpose because it still requires a signature. Allowing the Interests to time out increases overhead at the remote forwarder because PIT entries stay longer.</div><div><br></div><div>Yours, Junxiao</div></div><div dir="ltr"><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 12, 2016 at 10:08 AM, Thompson, Jeff <span dir="ltr"><<a href="mailto:jefft0@remap.ucla.edu" target="_blank">jefft0@remap.ucla.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Matteo.<br>
<br>
A NetworkNack is a ³network² nack because it is generated by a forwarder<br>
in the network, such as NFD. A client library like ndn-cpp is meant to be<br>
used by an application which does not generate network-level messages. It<br>
is called a ³network² nack to distinguish from an ³application² nack. Can<br>
you describe the situation where your application needs to generate a nack?<br>
<br>
- Jeff T<br></blockquote></div></div></div></div>
_______________________________________________<br>
Ndn-interest mailing list<br>
<a href="mailto:Ndn-interest@lists.cs.ucla.edu" target="_blank">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/mailman/listinfo/ndn-interest</a><br>
</blockquote></div>