face: Rename all ChannelFactories to protocol Factories

Base class is ProtocolFactory and implementations are TcpFactory,
UnixStreamFactory, EthernetFactory.

Since Factories are doing more than just creating channels (some can
create faces directly), more general name is more appropriate.

Change-Id: I3d6c2460a1b29e244f8462453720f4e7785893ca
12 files changed
tree: 6670be11cbc4b0a857e3eb737cf99bca93352c7f
  1. .waf-tools/
  2. daemon/
  3. docs/
  4. tests/
  5. tools/
  6. .gitignore
  7. .travis.yml
  8. COPYING
  9. INSTALL.md
  10. README-dev.md
  11. README.md
  12. waf
  13. wscript
README.md

NFD - Named Data Networking Forwarding Daemon