[REBOL] Re: Listening on a server IP address
From: brian:hawley at: 11-Aug-2002 21:40
At 09:08 AM 8/11/02 +0200, Maarten Koopmans wrote:
>Console 1:
>a: open tcp://:9090
>b: first a
>
>console2:
>a: open tcp://some-ip-address:9090
>
>console1:
>if not (b/local-ip = accepting-ip-address)
>[ close b ]
>
>I can't make it better than this....
Darn. I was afraid of that. That was as far as I got too.
I was really hoping to have some way to avoid opening the
port at all on adapters I didn't want to use, if only to
allow another program to listen to that port. This kind
of thing is really important for transparent proxies.
Well, I have asked Feedback. If I hear any answer back you
all will be the next to know.
It may be time for an enhancement request...
Brian