help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Re: [bug] SpSocket listens on 0.0.0.0 instead of 12


From: Stefan Schmiedl
Subject: Re: [Help-smalltalk] Re: [bug] SpSocket listens on 0.0.0.0 instead of 127.0.0.1
Date: Tue, 21 Jul 2009 18:41:41 +0200

On Tue, 21 Jul 2009 18:28:35 +0200
Paolo Bonzini <address@hidden> wrote:

> Ah, indeed.  Sport vs. GNU Smalltalk objects.  The #bindTo: line should 
> read:
> 
>      bindTo: (Sockets.IPAddress fromBytes: socketAddress hostAddress).
> 

Running my original testcase in the OP now gives the expected result:

address@hidden ot $ netstat -lpn | grep 4080
tcp        0      0 127.0.0.1:4080          0.0.0.0:*               LISTEN     
16881/gst           

Thanks a lot!

s.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]