NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn-rtt-estimator.hpp File Reference
#include <deque>
#include "ns3/sequence-number.h"
#include "ns3/nstime.h"
#include "ns3/object.h"
Include dependency graph for ndn-rtt-estimator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::ndn::RttHistory
 Helper class to store RTT measurements. More...
 
class  ns3::ndn::RttEstimator
 Base class for all RTT Estimators. More...
 

Namespaces

 ns3
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ns3::ndn
 

Typedefs

typedef std::deque< RttHistory > ns3::ndn::RttHistory_t