lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 10 Aug 2015 10:30:24 +0530
From:	Mugunthan V N <mugunthanvnm@...com>
To:	YOSHIFUJI Hideaki <hideaki.yoshifuji@...aclelinux.com>,
	<netdev@...r.kernel.org>
CC:	"David S . Miller" <davem@...emloft.net>,
	Alexey Kuznetsov <kuznet@....inr.ac.ru>,
	James Morris <jmorris@...ei.org>,
	Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>,
	Patrick McHardy <kaber@...sh.net>
Subject: Re: [RFC PATCH] net: ipv4: increase dhcp inter device timeout

On Friday 07 August 2015 12:45 PM, YOSHIFUJI Hideaki wrote:
>> diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c
>> > index 8e7328c..bdb8cb5 100644
>> > --- a/net/ipv4/ipconfig.c
>> > +++ b/net/ipv4/ipconfig.c
>> > @@ -94,7 +94,7 @@
>> >  /* Define the timeout for waiting for a DHCP/BOOTP/RARP reply */
>> >  #define CONF_OPEN_RETRIES 	2	/* (Re)open devices twice */
>> >  #define CONF_SEND_RETRIES 	6	/* Send six requests per open */
>> > -#define CONF_INTER_TIMEOUT	(HZ/2)	/* Inter-device timeout: 1/2 second */
>> > +#define CONF_INTER_TIMEOUT	(HZ)	/* Inter-device timeout: 1/2 second */
> You should update comment as well at least.

Will update in next version.

Regards
Mugunthan V N
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists