<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="" class="">Hi Alex and All,<br style=""><br style="" class="">My context:<br style="" class="">When a node receives an interest, it will send it to a specific node after changing it.<br style="" class="">So, how can i find the outgoing face towards this specific node.<br style="" class="">(I suppose that there is only one route towards this node by this prefix ("/SpecificNode"))<br style="" class=""><br style="" class="">I use this code in the method DoPropagateInterest in my forwarding strategy.<br style="" class=""><br style="" class="">  Ptr<Node> node = this->GetObject<Node> ();<br style="" class="">  Ptr<ndn::fib::Entry> fibEntryNode =node->GetObject<ndn::Fib> ()->Find (ndn::Name ("/SpecificNode"));<br style="" class=""><br style="" class="">My question:<br style=""
 class="">how i can find  the outgoing face ?<br style="" class=""> <br style="" class=""></div></div></body></html>