On 14 Jun 2014, at 12:18, Ben Coman <btc@openInWorld.com> wrote:Sven Van Caekenberghe wrote:In any case, the server socket used is normally listening on all interfaces [0.0.0.0] SvenMaybe it matters that [0.0.0.0] is the IPv4-Unspecified-Address and it might make a difference to use IPv6-Unspecified-Address [0:0:0:0:0:0:0:0] or [::] cheers -benI guess it all depends on the Socket plugin. ZnServer has #bindingAddress: which eventually calls Socket>>#listenOn:backlogSize:interface: but the question is, what is acceptable as last argument. And how is the difference between v4 and v6 handled. There is a 'primitives-ipv6' category, but no #listenOn with an interface there.