otSrpServerTtlConfig
    #include <srp_server.h>
  
Includes SRP server TTL configurations.
Summary
| Public attributes | |
|---|---|
| mMaxTtl | uint32_tThe maximum TTL in seconds.  | 
| mMinTtl | uint32_tThe minimum TTL in seconds.  | 
Public attributes
mMaxTtl
uint32_t otSrpServerTtlConfig::mMaxTtl
The maximum TTL in seconds.
mMinTtl
uint32_t otSrpServerTtlConfig::mMinTtl
The minimum TTL in seconds.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.