Il 20/09/2012 16:55, Orit Wasserman ha scritto: > > Almost there for connect. > > > > I'm afraid we have a similar problem with listen: we bind only on the > > first address that works. Shouldn't we bind all of them? > > > > http://www.akkadia.org/drepper/userapi-ipv6.html > > yes listen should be fixed but lets do it in a separate patch set.
It's also much more complicated with the current API because you need an array of file descriptors rather than just one. Paolo