<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hello. </div>
<div><br>
</div>
<div>A question came up while studying network Nack support in ndn-cxx. Suppose someone has an application which calls expressInterest with only the OnData and OnTimeout callbacks. Normally, if the library doesn’t call OnData, it calls OnTimeout after the interest
 lifetime.</div>
<div><br>
</div>
<div>However, if the library receives a network Nack, it calls OnTimeout immediately, regardless of the interest lifetime. Could this cause confusion? I ask because it’s not deterministic whether the network will reply with a Nack or not. If the application
 is not set up to handle Nacks, would it be better to just let the interest time out, even if the library receives a Nack?</div>
<div><br>
</div>
<div>Thanks for any feedback,</div>
<div>- Jeff T</div>
<br>
</body>
</html>