lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-devel] DNS_SERVER_ADDRESS() macro for core/dns.c


From: Simon Goldschmidt
Subject: Re: [lwip-devel] DNS_SERVER_ADDRESS() macro for core/dns.c
Date: Fri, 8 Apr 2016 12:24:34 +0200

Gisle Vanem wrote:
> Since I'm not really interested in IPv6, I wrote it as:
> [..]
> And I do build with 'LWIP_IPV6 = 1'.

If you're not interested in IPv6, disable LWIP_IPV6 and you should be done. If 
you do enable it, you have to update your application to support it.

The direct replacement for ip4_addr_set_u32() is ip_addr_set_ip4_u32() when 
using dual-version mode.


Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]