Hi, let's assume following scenario: my-rebol-machine: ------------------- listen: open/lines tcp://:8001 port: first wait listen remote-rebol-machine: ----------------------- remote: open/lines tcp://my-rebol-machine-ip:8001 Is it possible in any way to test 'port or 'listen which IP address connection comes from? If not, - why? Does it break any ethic/moral/privacy rules? Imposible because of TCP/IP architecture? ... If it would be possible, it would allow us to filter out unwanted connections, e.g. "if found? find port/host "194.196.81" .... Thanks, -pekr-
