[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses
From: |
Eli Zaretskii |
Subject: |
Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses |
Date: |
Tue, 09 Feb 2016 21:13:36 +0200 |
> From: Lars Ingebrigtsen <address@hidden>
> Cc: address@hidden
> Date: Tue, 09 Feb 2016 10:17:22 +1100
>
> Eli Zaretskii <address@hidden> writes:
>
> > Is it possible to use gnutls-serv instead, or at least as an option?
> > You require Emacs to be compiled with GnuTLS, so I think the
> > probability of having gnutls-serv installed is higher than having
> > openssl, certainly on non-Posix hosts. Besides, openssl is less
> > friendly to the GNU project, both legally and otherwise.
>
> Good idea. I've now changed the test to use gnutls-serv.
Thanks. It seems to work fine on MS-Windows (after fixing a minor
gotcha), but I have a problem with connect-to-tls-ipv6-nowait: it
fails because the Windows build doesn't support IPv6, but if I force
it to be skipped, the next test, echo-server-nowait, fails because it
receives an empty string instead of "echo". However, when
connect-to-tls-ipv6-nowait is left to run (and fail), then
echo-server-nowait succeeds. So there seems to be some strange
connection between them, but I cannot see what is it. Can you tell
what am I missing?
Thanks.
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, (continued)
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, John Wiegley, 2016/02/07
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, Lars Ingebrigtsen, 2016/02/07
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, Eli Zaretskii, 2016/02/07
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, Lars Ingebrigtsen, 2016/02/07
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, Lars Ingebrigtsen, 2016/02/07
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, Lars Ingebrigtsen, 2016/02/07
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, Michael Albinus, 2016/02/08
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, Lars Ingebrigtsen, 2016/02/08
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, Eli Zaretskii, 2016/02/08
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, Lars Ingebrigtsen, 2016/02/08
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses,
Eli Zaretskii <=
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, Lars Ingebrigtsen, 2016/02/09
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, Eli Zaretskii, 2016/02/10
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, Eli Zaretskii, 2016/02/10
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, Lars Ingebrigtsen, 2016/02/10
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, Eli Zaretskii, 2016/02/13
- Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses, Lars Ingebrigtsen, 2016/02/07