June 14, 2014
11:09 a.m.
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]
Sven
Maybe 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 -ben
I 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.