mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
feat(lwip): set netif hostname according to rfc952
This commit is contained in:
@ -468,7 +468,7 @@ int8_t ethernetif_init(struct netif* netif)
|
|||||||
|
|
||||||
#if LWIP_NETIF_HOSTNAME
|
#if LWIP_NETIF_HOSTNAME
|
||||||
|
|
||||||
netif->hostname = "lwip";
|
netif->hostname = "LWIP";
|
||||||
|
|
||||||
#endif /* LWIP_NETIF_HOSTNAME */
|
#endif /* LWIP_NETIF_HOSTNAME */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user