emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: netsec 682578f 4/6: Add option to bypass NSM TLS checks on local net


From: Robert Pluim
Subject: Re: netsec 682578f 4/6: Add option to bypass NSM TLS checks on local networks
Date: Tue, 17 Jul 2018 07:56:12 +0200

Paul Eggert <address@hidden> writes:

> Robert Pluim wrote:
>> +  ret = getaddrinfo (SSDATA (name), NULL, &hints, &res);
>
> Why does the Lisp API always pass NULL here? Shouldn't there be some
> way to specify the service at the Lisp level?

I donʼt think thatʼs currently needed at the lisp level, and I didnʼt
want to overcomplicate the API.

> More generally, there's a lot of code duplication between this new
> function and what's already in the implementation of
> make-network-process. Intead, make-network-process should call this
> new function (or some C variant of it).

I guess that would be possible. Iʼll look into it.

Robert



reply via email to

[Prev in Thread] Current Thread [Next in Thread]