ndn-embeds 0.1.0
Lightweight NDN protocol stack for embedded systems
Loading...
Searching...
No Matches
interest.hpp File Reference

NDN Interest packet. More...

#include "ndn/common.hpp"
#include "ndn/name.hpp"
#include "ndn/signature.hpp"

Go to the source code of this file.

Classes

class  ndn::Interest
 NDN Interest packet. More...
 

Detailed Description

NDN Interest packet.

Provides a class representing NDN Interest packets. An Interest is a packet used to request data, containing fields such as Name, Nonce, InterestLifetime, and HopLimit.

See also
https://docs.named-data.net/NDN-packet-spec/current/interest.html

Definition in file interest.hpp.