[PATCH] Allow gst-remote --server 127.0.0.1 to bind to localhost

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[PATCH] Allow gst-remote --server 127.0.0.1 to bind to localhost

Holger Freyther
Hi Paolo,

right now executing gst-remote --server 127.0.0.1 ends up with an exception on
start. So the gst-remote server runs but is not listening anywhere (which
should be addressed separately, should it?).

So here the question. Should we resolve the address in Remote.st or should we
resolve it inside the ServerSocket port:bindTo: like we do for many/all the
other sockets?

holger

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

0001-scripts-Remote.st-Allow-to-specify-the-hostname-for-.patch (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [PATCH] Allow gst-remote --server 127.0.0.1 to bind to localhost

Paolo Bonzini-2
On 05/30/2011 12:22 AM, Holger Hans Peter Freyther wrote:
>
>  From ccff2d6b0fccb151fbdeeb79be149ddf276791a3 Mon Sep 17 00:00:00 2001
> From: Holger Hans Peter Freyther<[hidden email]>
> Date: Mon, 30 May 2011 00:09:00 +0200
> Subject: [PATCH] scripts/Remote.st: Allow to specify the hostname for the bind
>
> Allow to bind the server to a specific address. The ServerSocket
> will not attempt to resolve the string to an address. Do this before.

Applied, thanks!

Paolo

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk