Method code for $connection.start()

[Turn off line numbering]
  1: arg remote, local, rport, lport;
  2: 
  3: // Make this method 'fork' from the regular thread stack
  4: (> .perms(caller(), $daemon) <);
  5: active = time();
  6: remote_addr = remote;
  7: remote_port = rport;
  8: local_addr = local;
  9: local_port = lport;
 10: 
 11: //    if (timeout)
 12: //        $scheduler.add_task(timeout, 'do_timeout);
 13: interface.connection_starting(.address(), remote_port);

// Created 22-Aug-1995 as a part of ColdCore, see: @help Credit

Tlon