feat: Add TCP keepalive configuration

This commit is contained in:
Bogdan Kolendovskyy
2024-08-06 10:28:29 +02:00
parent b5b80336b7
commit 7c3227a24d
3 changed files with 11 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ typedef struct {
uint64_t outbox_limit;
esp_transport_handle_t transport;
struct ifreq * if_name;
esp_transport_keep_alive_t tcp_keep_alive_cfg;
} mqtt_config_storage_t;
typedef enum {