mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00
lwip: Support IPv6 only mode
This commit is contained in:
@@ -278,7 +278,7 @@ typedef enum {
|
||||
* @brief IP address and port
|
||||
*/
|
||||
typedef struct {
|
||||
ip4_addr_t ip4; /**< IP address */
|
||||
esp_ip4_addr_t ip4; /**< IP address */
|
||||
uint16_t port; /**< port */
|
||||
} __attribute__((packed)) mip_t;
|
||||
|
||||
|
Reference in New Issue
Block a user