An ndn_Interest holds an ndn_Name and other fields for an interest. More...
#include <interest-types.h>
Public Attributes | |
| struct ndn_Name | name |
| int | minSuffixComponents |
| -1 for none | |
| int | maxSuffixComponents |
| -1 for none | |
| struct ndn_KeyLocator | keyLocator |
| struct ndn_Exclude | exclude |
| int | childSelector |
| -1 for none | |
| int | mustBeFresh |
| bool. More... | |
| ndn_Milliseconds | interestLifetimeMilliseconds |
| -1.0 for none | |
| struct ndn_Blob | nonce |
| The blob whose value is a pointer to a pre-allocated buffer. More... | |
| struct ndn_Blob | forwardingHintWireEncoding |
| The blob whose value is a pointer to a pre-allocated buffer of the encoded sequence of delegation set (with no outer TLV). More... | |
| struct ndn_Blob | linkWireEncoding |
| The link whose value is a pointer to a pre-allocated buffer. More... | |
| int | selectedDelegationIndex |
| -1 for none | |
An ndn_Interest holds an ndn_Name and other fields for an interest.
| struct ndn_Blob ndn_Interest::forwardingHintWireEncoding |
The blob whose value is a pointer to a pre-allocated buffer of the encoded sequence of delegation set (with no outer TLV).
0 for none
| struct ndn_Blob ndn_Interest::linkWireEncoding |
The link whose value is a pointer to a pre-allocated buffer.
0 for none
| int ndn_Interest::mustBeFresh |
bool.
Default true.
| struct ndn_Blob ndn_Interest::nonce |
The blob whose value is a pointer to a pre-allocated buffer.
0 for none
1.8.6