Re: [Dnsmasq-discuss] Make HighLoad constant value configurable from config.h

2022-09-18 Thread Geert Stappers via Dnsmasq-discuss
On Sun, Sep 18, 2022 at 05:03:10PM +0300, Серж ИвановЪ wrote: > Just to bump this one up as a pending patch for next release URL to the patch http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/attachments/20220410/61f66c1b/attachment.bin found in https://lists.thekelleys.org.uk/pipermail/d

Re: [Dnsmasq-discuss] Make HighLoad constant value configurable from config.h

2022-09-18 Thread Серж ИвановЪ
Just to bump this one up as a pending patch for next release пн, 11 апр. 2022 г. в 20:35, Geert Stappers : > On Mon, Apr 11, 2022 at 07:53:21PM +0300, Серж ИвановЪ wrote: > > пн, 11 апр. 2022 г. в 19:37, Geert Stappers : > > > On Mon, Apr 11, 2022 at 04:03:05PM +0300, Серж ИвановЪ wrote: > > > >

Re: [Dnsmasq-discuss] Make HighLoad constant value configurable from config.h

2022-04-11 Thread Серж ИвановЪ
60 / 100 = 0.6 So yea, it is connected вс, 10 апр. 2022 г. в 14:54, Серж ИвановЪ : > Patch attached > > пт, 8 апр. 2022 г. в 17:55, Серж ИвановЪ : > >> no problem, will do, if it is acceptable to merge it, please confirm, >> thanks >> >> пт, 8 апр. 2022 г. в 17:46, Geert Stappers : >> >>> On Fri,

Re: [Dnsmasq-discuss] Make HighLoad constant value configurable from config.h

2022-04-10 Thread Geert Stappers via Dnsmasq-discuss
On Sun, Apr 10, 2022 at 02:54:38PM +0300, Серж ИвановЪ wrote: > пт, 8 апр. 2022 г. в 17:55, Серж ИвановЪ : > > пт, 8 апр. 2022 г. в 17:46, Geert Stappers : > >> On Fri, Apr 08, 2022 at 04:34:11PM +0300, Серж ИвановЪ wrote: > >> > I am talking about this part of code in src/dhcp.c > >> > ``` > >> >

Re: [Dnsmasq-discuss] Make HighLoad constant value configurable from config.h

2022-04-08 Thread Geert Stappers via Dnsmasq-discuss
On Fri, Apr 08, 2022 at 05:55:44PM +0300, Серж ИвановЪ wrote: > пт, 8 апр. 2022 г. в 17:46, Geert Stappers : > > On Fri, Apr 08, 2022 at 04:34:11PM +0300, Серж ИвановЪ wrote: > > > I am talking about this part of code in src/dhcp.c > > > ``` > > > struct ping_result *do_icmp_ping(time_t now, struct

Re: [Dnsmasq-discuss] Make HighLoad constant value configurable from config.h

2022-04-08 Thread Серж ИвановЪ
no problem, will do, if it is acceptable to merge it, please confirm, thanks пт, 8 апр. 2022 г. в 17:46, Geert Stappers : > On Fri, Apr 08, 2022 at 04:34:11PM +0300, Серж ИвановЪ wrote: > > I am talking about this part of code in src/dhcp.c > > ``` > > struct ping_result *do_icmp_ping(time_t now,

Re: [Dnsmasq-discuss] Make HighLoad constant value configurable from config.h

2022-04-08 Thread Geert Stappers via Dnsmasq-discuss
On Fri, Apr 08, 2022 at 04:34:11PM +0300, Серж ИвановЪ wrote: > I am talking about this part of code in src/dhcp.c > ``` > struct ping_result *do_icmp_ping(time_t now, struct in_addr addr, unsigned > int h > { > static struct ping_result dummy; > struct ping_result *r, *victim = NULL; > int count,