We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301bd9e commit c355e0bCopy full SHA for c355e0b
include/mqtt_client.h
@@ -356,9 +356,13 @@ typedef struct esp_mqtt_client_config_t {
356
int out_size; /*!< size of *MQTT* output buffer. If not defined, defaults to the size defined by
357
``buffer_size`` */
358
} buffer; /*!< Buffer size configuration.*/
359
+
360
+ /**
361
+ * Client outbox configuration options.
362
+ */
363
struct outbox_config_t {
364
uint64_t limit; /*!< Size limit for the outbox in bytes.*/
- } outbox;
365
+ } outbox; /*!< Outbox configuration. */
366
} esp_mqtt_client_config_t;
367
368
/**
0 commit comments