26 #ifndef NFD_DAEMON_FACE_FACE_ENDPOINT_HPP
27 #define NFD_DAEMON_FACE_FACE_ENDPOINT_HPP
45 print(std::ostream& os)
const;
Represents a face-endpoint pair in the forwarder.
friend std::ostream & operator<<(std::ostream &os, const FaceEndpoint &fe)
FaceEndpoint(Face &face, const EndpointId &endpoint={})
const EndpointId endpoint
Generalization of a network interface.
std::variant< std::monostate, ethernet::Address, udp::Endpoint > EndpointId
Identifies a remote endpoint on the link.