<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Hi</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
I want to make an experiment that focuses on must-be-fresh tag. For this aim I do the following steps:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<ol>
<li><span>First of all, my simulation is dedicated to window-based consumers, and for enabling must-be-fresh tag in Interenst requests I edited ndn-consumer.cpp SendPacket() function, and added this code: interest->setMustBeFresh(true);</span></li><li><span>Then, I started the simulation, unfortunately, after 1 second consumers stop sending interest.</span></li><li><span>I found If I set a none zero value to the ndn::Producer::Freshness parameter that normally is zero, the problem will solve, and consumers continue sending requests. </span></li></ol>
<div><span>Could you please tell me whether I correctly enabled the must-be-fresh tag or not?</span></div>
<div><span>Sincerely.</span></div>
</div>
</body>
</html>