On 12/29/17, Olivier Mascia <[email protected]> wrote:
>> Le 29 déc. 2017 à 01:17, Richard Hipp <[email protected]> a écrit :
>>
>> On 12/28/17, Olivier Mascia <[email protected]> wrote:
>>> To get a proper dual-stack socket, the socket must be created with
>>> AF_INET6
>>> first then setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY,...)
>>
>> When I try to do this I get:  error C2065: 'IPV6_V6ONLY': undeclared
>> identifier
>>
>> MSVC 2015
>
> In my own code, I generally end up including:
>
> #include <WS2tcpip.h>
> #include <MSTcpIP.h>
> #include <MSWSock.h>
>
> in code units using MS winsock.
>
> I'll soon see what would fit for fossil win32 networking.

Please keep in mind that Fossil current compiles using both MSVC and
MinGW.  We'd like to continue supporting both build environments.
Thanks for your help!

-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to