A CertificateRequest represents a request for a certificate, associated with the number of retries left. More...
#include <certificate-request.hpp>
Public Member Functions | |
| CertificateRequest () | |
| Create a CertificateRequest with a default Interest and 0 retries left. | |
| CertificateRequest (const Interest &interest) | |
| Create a CertificateRequest for the Interest and 3 retries left. More... | |
Public Attributes | |
| Interest | interest_ |
| The Interest for the requested Data packet or Certificate. | |
| int | nRetriesLeft_ |
| The number of remaining retries after time out or NACK. | |
A CertificateRequest represents a request for a certificate, associated with the number of retries left.
The interest_ and nRetriesLeft_ fields are public so that you can modify them.
|
inline |
Create a CertificateRequest for the Interest and 3 retries left.
| interest | The Interest which is copied. |
1.8.6