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: Paul Eggert
Subject: Re: netsec 682578f 4/6: Add option to bypass NSM TLS checks on local networks
Date: Mon, 16 Jul 2018 10:48:36 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

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?

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).



reply via email to

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