Hi Tomasz,

please shorten the subject line. If anything that is show via git log
goes over 78 characters terminal wide then it don't like it. Better have
a short subject and a detailed explanation. General rule is that
subjects should not be more than 60 characters.

> ---
>  gweb/gresolv.c |   26 ++++++++++++++++++++++++++
>  gweb/gresolv.h |    2 ++
>  2 files changed, 28 insertions(+), 0 deletions(-)
> 
> diff --git a/gweb/gresolv.c b/gweb/gresolv.c
> index a334d84..42a3757 100644
> --- a/gweb/gresolv.c
> +++ b/gweb/gresolv.c
> @@ -62,6 +62,8 @@ struct resolv_lookup {
>       GResolv *resolv;
>       guint id;
>  
> +     int result_af;
> +

Better call this result_family. However now I have a question on how we
restrict that a DNS request is only send for that particular family.

So if we restrict the this to IPv4 or IPv6 only, then we should also
just send request to IPv4 or IPv6 DNS servers and not send it to all
configured ones.

Regards

Marcel


_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to