[squeak-dev] Re: Webclient + localhost error

Bert Freudenberg bert at freudenbergs.de
Sun Oct 31 14:27:41 UTC 2010


On 29.10.2010, at 22:09, Frank Shearar wrote:

> I think NetNameResolver might have to be updated to support IPv6:
> 
> NetNameResolver addressForName: '::1' timeout: 5 --> timeout
> NetNameResolver addressForName: '127.0.0.1' timeout: 5 --> #[127 0 0 1]
> 
> (NetNameResolver calls down to the SocketPlugin for the heavy lifting.)
> 
> frank

In current Etoys on a Mac:

NetNameResolver addressForName: '::1' timeout: 5
==> ::1(localhost),0(0)

NetNameResolver addressesForName: 'localhost'
==> an OrderedCollection(
  ::1(localhost),0(0)-inet6-stream-tcp
  fe80::1%lo0(localhost),0(0)-inet6-stream-tcp
  127.0.0.1(localhost),0(0)-inet4-stream-tcp)

- Bert -




More information about the Squeak-dev mailing list