<div dir="ltr">Hi everyone,<div><br></div><div>I am using NFD-out-of-the-box and its self-learning strategy. I found when I send a discovery interest to another node, and that node has the content (without PA) in its CS, the function asyncProcessData(pitEntry, ingress.face, data) will be called. </div><div>This function will call sendDataToAll(pitEntry, *inFace, data) to get the list of pit entry in-records. As it is known, when the pit entry has a CS hit, it will not have any value in the in-record table and so the sendDataToAll function will not send the data to the downstream. </div><div>I tried to retrieve content from the Producer's CS using ndncatchunks and I am not getting any content chunk.</div><div>However, in the asynProcessData function, I replaced the sendDataToAll with sendData and the data from the CS was retrieved successfully.</div><div>Is it true that the sendData function is the correct one to use after CS hit and not the sendDataToAll?</div><div><br></div><div>Best Regards,</div><div>Ahmed.</div></div>