Orit Wasserman writes:
> On 09/20/2012 04:19 PM, Markus Armbruster wrote:
>> Orit Wasserman writes:
>>
>>> Changes from v2:
>>> - remove the use of getnameinfo
>>> - remove errp for inet_connect_addr
>>> - remove QemuOpt "block"
>>> - fix errors in wait_for_connect
>>> - pa
On Thu, Sep 20, 2012 at 05:12:41PM +0200, Paolo Bonzini wrote:
> 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?
> > >
On Thu, Sep 20, 2012 at 05:55:14PM +0300, Orit Wasserman wrote:
> On 09/20/2012 04:19 PM, Markus Armbruster wrote:
> > Orit Wasserman writes:
> >
> >> Changes from v2:
> >>- remove the use of getnameinfo
> >>- remove errp for inet_connect_addr
> >>- remove QemuOpt "block"
> >>- fi
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
On 09/20/2012 04:19 PM, Markus Armbruster wrote:
> Orit Wasserman writes:
>
>> Changes from v2:
>> - remove the use of getnameinfo
>> - remove errp for inet_connect_addr
>> - remove QemuOpt "block"
>> - fix errors in wait_for_connect
>> - pass ConnectState as a parameter
Orit Wasserman writes:
> Changes from v2:
> - remove the use of getnameinfo
> - remove errp for inet_connect_addr
> - remove QemuOpt "block"
> - fix errors in wait_for_connect
> - pass ConnectState as a parameter to allow concurrent connect ops
>
> getaddrinfo can g
Changes from v2:
- remove the use of getnameinfo
- remove errp for inet_connect_addr
- remove QemuOpt "block"
- fix errors in wait_for_connect
- pass ConnectState as a parameter to allow concurrent connect ops
getaddrinfo can give us a list of addresses, bu