On Feb 4, 2011, at 09:48 , Igor Stasenko wrote:

On 4 February 2011 09:19, Laval Jannik <jannik.laval@gmail.com> wrote:
but how can i find these ip address in pharo?


perhaps by writing new primitive :)

Is there one already existing ?

Now, another thing, the method: NetNameResolver>>isConnected.
Inside there is this code:

===
isConnected
"Dirty, but avoids fixing the plugin bug"
[NetNameResolver addressForName: 'www.esug.org'.] on: NameLookupFailure do: [:ex| ^false].
^true
===

The comment is clear... is the plugin bug fixed ?

---
Jannik Laval