Project

General

Profile

Task #1230

Updated by Junxiao Shi about 10 years ago

Add steps to **incoming Interest** and **incoming Data** forwarding pipelines that drops a packet whose Name begins with /localhost, `/localhost`, unless it comes from a local face. 

 Add steps to **outgoing Interest** and **outgoing Data** forwarding pipelines that drops *local face* is defined as a packet whose Name begins with /localhost, unless it goes to UNIX socket face, even if the app is actually a local face. 

 ## Rules 

 * Interests under /localhost namespace can come from and go to local faces only 
 * Datas under /localhost namespace can come from and go to local faces only 
 proxy for a remote host.

Back