On Wed, Jun 30, 2010 at 1:14 PM, Manuel Franceschini
<[email protected]> wrote:

> +    daemon.AsyncUDPSocket.__init__(self, 
> utils.GetAddressFamily(bind_address))

Are you sure this works? bind_address is '' by default and
GetAddressFamily fails on that.
Also, if bind_address is '' I'd say we should create two sockets, and
bind on both ip4 and ip6, if the hosts has addresses/supports either.

Thanks,

Guido

Reply via email to