Task #1195
Updated by Junxiao Shi almost 11 years ago
FaceManager should implement NFD-side of the [[FaceMgmt|Face Management protocol]]. --- FaceManager also acts as a config section handler for `face_system` section. [[ConfigFileFormat]] contains an example config section. When processing configuration, it should create these channels and faces: * one `UnixStreamChannel` on *unix.path* * if *unix.listen* is yes, start listening * one `TcpChannel` on 0.0.0.0:*tcp.port* * if *tcp.listen* is yes, start listening * one `UdpChannel` for unicast on 0.0.0.0:*udp.port* * always start listening * if *udp.mcast* is yes, one `UdpFace` for multicast per NIC * if *ether.mcast* is yes, one `EthernetFace` for multicast per NIC protocol]]