NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
interest.hpp File Reference
#include "ndn-cxx/detail/packet-base.hpp"
#include "ndn-cxx/name.hpp"
#include "ndn-cxx/security/security-common.hpp"
#include "ndn-cxx/signature-info.hpp"
#include "ndn-cxx/util/string-helper.hpp"
#include "ndn-cxx/util/time.hpp"
#include <array>
#include <boost/endian/conversion.hpp>
Include dependency graph for interest.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ndn::Interest
 Represents an Interest packet. More...
 
class  ndn::Interest::Error
 
class  ndn::Interest::Nonce
 

Namespaces

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

Functions

 ndn::NDN_CXX_DECLARE_WIRE_ENCODE_INSTANTIATIONS (Interest)
 
std::ostream & ndn::operator<< (std::ostream &os, const Interest &interest)
 

Variables

const time::milliseconds ndn::DEFAULT_INTEREST_LIFETIME = 4_s
 default value for InterestLifetime More...