but if i do this

| if socket |
if := NetNameResolver localHostAddress.
socket := Socket newTCP.
socket bindTo: if.
socket listenWithBacklog: 50.
socket isValid.

then it does at least be a socket lsof says is listening.  perhaps
there is a case where the old socket code worked up to a point it
broke. and then the assumption was one could just switch the flag to
'new', but no one has updated use of the API. with so much old and new
code on the same classes i can see why one would assume it works....

I think for pharo 1.0 we really need a functioning ipv4 layer -
however we do it.

cheers,
Mike

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to