mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-22 01:27:11 +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
|
||||
|
||||
netif->hostname = "lwip";
|
||||
netif->hostname = "LWIP";
|
||||
|
||||
#endif /* LWIP_NETIF_HOSTNAME */
|
||||
|
||||
|
Reference in New Issue
Block a user