| | > Is there support for this change or are there reasons to keep SOCK_DCCP? | | You'll have to accept it forever since there have been several | kernel releases already with DCCP support added and there are | applications out there. | And maybe it is not necessary or worth to change it. But there is a problem, the cause is not necessarily the above: * using an ai_socktype=0 used to work for DCCP; on dual-stack hosts, IPv6 addresses were returned first, so that both IPv6 and IPv4 clients (v6-mapped-v4) could connect to the server, * within the last three months there was a change in the lookup behaviour so that now IPv4 addresses are returned first on dual stack hosts when AF_UNSPEC is specified with ai_socktype=0, * changing preference values in /etc/gai.conf did not help, * the only fix was the following (pretend to be UDP): if (inSettings->mProtocol == IPPROTO_DCCP) hints.ai_socktype = SOCK_DGRAM; Maybe there is a better fix for this. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Jens Axboe | Re: [BUG] New Kernel Bugs |
| KAMEZAWA Hiroyuki | Re: 2.6.24-rc3-mm1 |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
git: | |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Jarek Poplawski | Re: [BUG #12364] Re: HTB - very bad precision? HFSC works fine! 2.6.28 |
| Alexey Dobriyan | Re: [GIT]: Networking |
