From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Fri, 19 Jul 2013 10:43:25 -0300 Subject: [Buildroot] [PATCH] dhcp: add config option for delayed-ack feature of dhcp server In-Reply-To: References: <2ac4c1f0c7025c5012b9.1374237997@BEANTN0L019720> <51E93C09.2090906@zacarias.com.ar> Message-ID: <51E9427D.4070607@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 07/19/2013 10:32 AM, Thomas De Schampheleire wrote: > but in the meantime we're several releases further. I don't know if it > is still accurate. > > I think you're right that it's not default-on in dhcpd.conf. > > What do you say, enable it always at compile time? Oh yes it's a default, so let's just keep the option. (includes/dhcpd.h -> DEFAULT_DELAYED_ACK) I hate build options :) Regards.