network_t struct
Network related configuration
Fields
Reconnect to the broker after this value in miliseconds if auto reconnect is not disabled (defaults to 10s).
Abort network operation if it is not completed after this value, in milliseconds (defaults to 10s).
Refresh connection after this value (in milliseconds).
Client will reconnect to server (when errors/disconnect). Set `disable_auto_reconnect=true` to disable.
Custom transport handle to use. Warning: The transport should be valid during the client lifetime and is destroyed when esp_mqtt_client_destroy is called.
The name of interface for data to go through. Use the default interface without setting.