I am not able to locate anything in regards to how to make Rebol open a port with no known number. For example, we have a known port: my-conn: open/lines tcp://:4321 So far, so good, but, how do we do this with an unknown port number? In C, we just call socket(), bind(), then listen() on our socket and the stack will have a port allocated in this process for us. Regards, Deryk
