Merge branch 'feature/set_netif_hostname_according_to_rfc952' into 'master'

feat(lwip): set netif hostname according to rfc952

See merge request sdk/ESP8266_RTOS_SDK!947
This commit is contained in:
Dong Heng
2019-05-31 15:19:53 +08:00

View File

@ -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 */