[ndnSIM] add in data Face in ndn-app-delay-tracer

Rajvardhan Deshmukh rdeshmukh at umass.edu
Mon Feb 5 11:32:33 PST 2018


Hi All,
We want to observe the in data face in the ndn-app-delay-tracer to know 
determine how many interests are satisfied through a particular face.

I did go through the ndn-l3-rate-tracer:
  l3->TraceConnectWithoutContext("InData", 
MakeCallback(&AppFaceDelayTracer::InData, this));

How can i associate the face id to the node and app id?
Can i use the face->GetNode ()?

(The assumption is that- the data is received through the face that 
sends the interest.)

Thanks,
Raj


More information about the ndnSIM mailing list