23 #ifndef NDN_CERTIFICATE_REQUEST_HPP
24 #define NDN_CERTIFICATE_REQUEST_HPP
26 #include "../../interest.hpp"
Interest interest_
The Interest for the requested Data packet or Certificate.
Definition: certificate-request.hpp:58
int nRetriesLeft_
The number of remaining retries after time out or NACK.
Definition: certificate-request.hpp:61
CertificateRequest(const Interest &interest)
Create a CertificateRequest for the Interest and 3 retries left.
Definition: certificate-request.hpp:49
An Interest holds a Name and other fields for an interest.
Definition: interest.hpp:43
CertificateRequest()
Create a CertificateRequest with a default Interest and 0 retries left.
Definition: certificate-request.hpp:40
A CertificateRequest represents a request for a certificate, associated with the number of retries le...
Definition: certificate-request.hpp:35