|
From: | address@hidden |
Subject: | Re: [lwip-devel] netif->flags: u8_t -> u16_t ? |
Date: | Tue, 03 Feb 2015 21:05:03 +0100 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
Sylvain Rochet wrote:
should we clean up or leave it? NETIF_FLAG_POINTTOPOINT can be removed anytime, no one should have used this one in the past since it was only used by the PPP stack. This is probably a bit harmful for NETIF_FLAG_DHCP if it was used previously like a dhcp_start() flag.
I'd say remove them both. We can add them again if anyone can bring a good reason for it.
Oh wait, that means we don't need the u8_t/u16_t change :-) Simon
[Prev in Thread] | Current Thread | [Next in Thread] |