[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] Will DHCP_DOES_ARP_CHECK affect communication over seri
From: |
Kieran Mansley |
Subject: |
Re: [lwip-devel] Will DHCP_DOES_ARP_CHECK affect communication over serial? |
Date: |
Tue, 06 Sep 2011 09:59:36 +0100 |
On Tue, 2011-09-06 at 09:54 +0800, narke wrote:
> From its name, the DHCP_DOES_ARP_CHECK seems only affect Ethernet
> network. I want to get confirm this understanding is right, so I can
> safely disable the option.
ARP is only applicable to Ethernet, isn't it? So I think you can
disable it if you're not using Ethernet.
Kieran