Method code for $connection.start()

[Turn on line numbering]
arg remote, local, rport, lport;

// Make this method 'fork' from the regular thread stack
(> .perms(caller(), $daemon) <);
active = time();
remote_addr = remote;
remote_port = rport;
local_addr = local;
local_port = lport;

//    if (timeout)
//        $scheduler.add_task(timeout, 'do_timeout);
interface.connection_starting(.address(), remote_port);

// $#Edited: 15 Jul 97 02:35 $user_bruce

["// Created 21-Aug-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark