You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Stitcher (JIRA)" <ji...@apache.org> on 2011/08/09 23:08:27 UTC

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

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




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


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

Posted by "Andrew Stitcher (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Stitcher resolved QPID-3406.
-----------------------------------

    Resolution: Fixed

Implemented for 0.14 release
                
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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


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

Posted by "Steve Huston (JIRA)" <ji...@apache.org>.
    [ 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


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

Posted by "Andrew Stitcher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Stitcher updated QPID-3406:
----------------------------------

    Fix Version/s: 0.14

> 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


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

Posted by "Andrew Stitcher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Stitcher reassigned QPID-3406:
-------------------------------------

    Assignee: Andrew Stitcher

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


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


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

Posted by "Steve Huston (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091374#comment-13091374 ] 

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

Fixed on trunk r1161783

> 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