feat(lwip): set netif hostname according to rfc952

This commit is contained in:
Zhang Jun Hao
2019-05-20 20:27:51 +08:00
parent 49980d6f36
commit 76fc05e6f8

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