Add the patch to the ticket, thank you! http://thrift.apache.org/docs/HowToContribute
Have fun, JensG ________________________________ Von: alan (JIRA) Gesendet: 19.07.2014 17:54 An: [email protected] Betreff: [jira] [Resolved] (THRIFT-2630) windows7 64bit pc. ipv4 and ipv6 pc.can't use [ https://issues.apache.org/jira/browse/THRIFT-2630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] alan resolved THRIFT-2630. -------------------------- Resolution: Fixed how can i commit patch? I fix this bug. TServerSocket.cpp update some code。 at void TServerSocket::listen() add code: // init Winsock add by alan 20140719 WSADATA wsaData; int nStatus = WSAStartup(MAKEWORD(2,2), &wsaData); if (NO_ERROR != nStatus) { printf("WSAStartup() error\n"); } and hints.ai_family = PF_UNSPEC; update to: hints.ai_family = AF_INET; // add by alan 20140719 > windows7 64bit pc. ipv4 and ipv6 pc.can't use > --------------------------------------------- > > Key: THRIFT-2630 > URL: https://issues.apache.org/jira/browse/THRIFT-2630 > Project: Thrift > Issue Type: Bug > Components: C++ - Library > Affects Versions: 0.9.1 > Environment: windows7 64bit pc. ipv4 and ipv6 pc.can't use > Reporter: alan > Fix For: 0.9.2 > > > net error no : 10093 -- This message was sent by Atlassian JIRA (v6.2#6252)
