<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<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>