transport.hpp File Reference
#include "face-common.hpp"
#include "common/counter.hpp"
+ Include dependency graph for transport.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nfd::face::Transport
 The lower half of a Face. More...
 
class  nfd::face::TransportCounters
 Counters provided by a transport. 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
 

Enumerations

enum class  nfd::face::TransportState {
  nfd::face::NONE ,
  nfd::face::UP ,
  nfd::face::DOWN ,
  nfd::face::CLOSING ,
  nfd::face::FAILED ,
  nfd::face::CLOSED
}
 Indicates the state of a transport. More...
 

Functions

template<typename T >
std::enable_if< std::is_base_of< Transport, T >::value &&!std::is_same< Transport, T >::value, std::ostream & >::type nfd::face::operator<< (std::ostream &os, const FaceLogHelper< T > &flh)
 
std::ostream & nfd::face::operator<< (std::ostream &os, const FaceLogHelper< Transport > &flh)
 
std::ostream & nfd::face::operator<< (std::ostream &os, TransportState state)
 

Variables

const ssize_t nfd::face::MTU_INVALID = -2
 (for internal use) indicates MTU field is unset More...
 
const ssize_t nfd::face::MTU_UNLIMITED = -1
 indicates the transport has no limit on payload size More...
 
const ssize_t nfd::face::QUEUE_ERROR = -2
 indicates that the transport was unable to retrieve the queue capacity/length More...
 
const ssize_t nfd::face::QUEUE_UNSUPPORTED = -1
 indicates that the transport does not support reading the queue capacity/length More...