No, Petr, I've sort of been ignoring this thread - though I was successful
with your scenarios earlier; please excuse my "breaking" the thread that
way.

Russell [EMAIL PROTECTED]
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 12, 1999 11:23 AM
Subject: [REBOL] Is it possible to obtain IP address of incoming connection?
Re:(4)


>
>
> [EMAIL PROTECTED] wrote:
>
> > When I try >> port/host I get Script Error  "port has no value"  I'm
using a
> > cable modem;  probably my User Preferences isn't set up properly, but
'send
> > works ok.
>
> Don't understand, sorry. Are you following my examples?
>
> let's assume following scenario:
>
> my-rebol-machine:
> -------------------
>
> listen: open/lines tcp://:8001
> port: first wait listen
>
> remote-rebol-machine: (or second instance of REBOL on the same machine)
> -----------------------
>
> remote: open/lines tcp://localhost:8001
>
> once you execute above line, you will recognize first console is not in
the wait
> state (rotating odometer), but prompt is available to it once again. So
return
> to first instance of rebol, and try port/host, it should work ....
>
> btw: what does port/port-id means? What is the number good for? Is it id
number
> of socket reserved for communication or what?
>
> Thanks,
>
> -pekr-
>
>

Reply via email to