29 if (timeout <= 0_ms) {
30 NDN_THROW(std::out_of_range(
"Timeout must be positive"));
39 m_prefix = std::move(prefix);
46 m_signingInfo = std::move(signingInfo);
Represents an absolute name.
Contains options for ControlCommand execution.
CommandOptions & setTimeout(time::milliseconds timeout)
Sets the command timeout.
CommandOptions & setPrefix(Name prefix)
Sets the command prefix.
CommandOptions & setSigningInfo(security::SigningInfo signingInfo)
Sets the signing parameters.
Signing parameters passed to KeyChain.
Contains classes and functions related to the NFD Management protocol.
::boost::chrono::milliseconds milliseconds