You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Steve Huston (JIRA)" <ji...@apache.org> on 2011/08/26 00:30:29 UTC

[jira] [Commented] (QPID-3406) IPv6 support for C++ Windows client/broker

    [ https://issues.apache.org/jira/browse/QPID-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091373#comment-13091373 ] 

Steve Huston commented on QPID-3406:
------------------------------------

The code checked in for cpp/src/qpid/sys/windows/Socket.cpp, Socket::createSocket() tried to do a setsockopt IPV6_V6ONLY. This is unnecessary (this option is the default on Windows) and is only available from Vista/Server2008 and up, i.e., not available on XP or Server2003.


> IPv6 support for C++ Windows client/broker
> ------------------------------------------
>
>                 Key: QPID-3406
>                 URL: https://issues.apache.org/jira/browse/QPID-3406
>             Project: Qpid
>          Issue Type: Sub-task
>          Components: C++ Broker, C++ Client
>            Reporter: Andrew Stitcher
>            Assignee: Andrew Stitcher
>             Fix For: 0.14
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org