#include "delegation-list.hpp"
#include "name.hpp"
#include "packet-base.hpp"
#include "selectors.hpp"
#include "util/time.hpp"
Go to the source code of this file.
Classes | |
class | ndn::Interest::Error |
class | ndn::Interest |
represents an Interest packet More... | |
Namespaces | |
ndn | |
Copyright (c) 2013-2017 Regents of the University of California. | |
Functions | |
bool | ndn::operator!= (const Interest &lhs, const Interest &rhs) |
std::ostream & | ndn::operator<< (std::ostream &os, const Interest &interest) |
bool | ndn::operator== (const Interest &lhs, const Interest &rhs) |
Variables | |
const time::milliseconds | ndn::DEFAULT_INTEREST_LIFETIME = time::milliseconds(4000) |
default value for InterestLifetime More... | |