pub type otSrpServerAddressMode = c_uint;
Expand description
Represents the address mode used by the SRP server.
Address mode specifies how the address and port number are determined by the SRP server and how this info is published in the Thread Network Data.
@warning Using the OT_SRP_SERVER_ADDRESS_MODE_UNICAST_FORCE_ADD
option will make the implementation
non-compliant with the Thread specification. This option is intended for testing and specific use-cases.
When selected, the SRP server, upon being enabled, will bypass the Network Data publisher and always add the
“SRP/DNS unicast” entry directly to the Network Data, regardless of how many other similar entries are present.