#include "transport.hpp"
#include "link-service.hpp"
#include "face-counters.hpp"
#include "face-log.hpp"
Go to the source code of this file.
Classes | |
class | nfd::face::Face |
generalization of a network interface More... | |
Namespaces | |
nfd | |
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St. | |
nfd::face | |
Typedefs | |
typedef uint64_t | nfd::face::FaceId |
identifies a face More... | |
typedef TransportState | nfd::face::FaceState |
indicates the state of a face More... | |
Functions | |
std::ostream & | nfd::face::operator<< (std::ostream &os, const FaceLogHelper< Face > &flh) |
Variables | |
const FaceId | nfd::face::FACEID_CONTENT_STORE = 254 |
identifies a packet comes from the ContentStore More... | |
const FaceId | nfd::face::FACEID_INTERNAL_FACE = 1 |
identifies the InternalFace used in management More... | |
const FaceId | nfd::face::FACEID_NULL = 255 |
identifies the NullFace that drops every packet More... | |
const FaceId | nfd::face::FACEID_RESERVED_MAX = 255 |
upper bound of reserved FaceIds More... | |
const FaceId | nfd::face::INVALID_FACEID = 0 |
indicates an invalid FaceId More... | |