|
ndn-embeds 0.1.0
Lightweight NDN protocol stack for embedded systems
|
Content Store (CS) More...
Go to the source code of this file.
Classes | |
| class | ndn::CsEntry |
| Content Store entry. More... | |
| class | ndn::ContentStore |
| Content Store. More... | |
| struct | ndn::ContentStore::Stats |
| CS statistics. More... | |
Variables | |
| constexpr size_t | ndn::CS_DEFAULT_ENTRIES = 15 |
| Default number of CS entries. | |
| constexpr size_t | ndn::CS_MANET_ENTRIES = 100 |
| Number of CS entries for MANET. | |
| constexpr size_t | ndn::CS_LARGE_MANET_ENTRIES = 200 |
| Number of CS entries for large-scale MANET. | |
Content Store (CS)
The Content Store caches received Data packets. When an Interest with the same Name is received again, Data can be returned from the cache without forwarding to the network.
Definition in file cs.hpp.
|
constexpr |
|
constexpr |