<div dir="ltr">Hi,<div><br></div><div>Please guide me if I am missing something. </div><div><br></div><div>In onIncomingData pipeline when there is at least one PIT entry match (  <span style="font-family:"Droid Sans Mono",monospace,monospace,"Droid Sans Fallback";font-size:14px;white-space:pre;color:rgb(0,0,255)">if</span><span style="color:rgb(0,0,0);font-family:"Droid Sans Mono",monospace,monospace,"Droid Sans Fallback";font-size:14px;white-space:pre"> (pitMatches.size() == </span><span style="font-family:"Droid Sans Mono",monospace,monospace,"Droid Sans Fallback";font-size:14px;white-space:pre;color:rgb(9,134,88)">1</span><span style="color:rgb(0,0,0);font-family:"Droid Sans Mono",monospace,monospace,"Droid Sans Fallback";font-size:14px;white-space:pre">) {</span> ....... )  it calls Strategy.afterReceiveData() method and this method sends data to all pending down streams via its <span style="font-family:"Droid Sans Mono",monospace,monospace,"Droid Sans Fallback";font-size:14px;white-space:pre;color:rgb(0,0,255)">this</span><span style="color:rgb(0,0,0);font-family:"Droid Sans Mono",monospace,monospace,"Droid Sans Fallback";font-size:14px;white-space:pre">->sendDataToAll(pitEntry, inFace, data); method.</span></div><div><br></div><div>My question is then why the else statement (for multiple downstream faces) is there in Forwarder::onIncomingData pipeline. Isn't this code redundant as the 

Strategy.afterReceiveData() method already have implemented the same logic? </div><div><br></div><div>My second concern is that I have run many scenarios (both p2p and adhoc) and multiple strategies (including multicast and broadcast), but I always get only one downstream face never got more than 1 pending downstream face. I checked it in Forwarder log.  </div><div><br></div><div>Any quidance will be highly appreciated.</div><div><br></div><div>Thanks</div><div><br><br></div><img width="0" height="0" class="mailtrack-img" alt="" style="display:flex" src="https://mailtrack.io/trace/mail/58906db62b7dce551040a42197744a2a00ed4d81.png?u=5632877"></div>