Method code for $connection.init_connection()

[Turn off line numbering]
  1: buffer = `[];
  2: local_addr = (remote_addr = "");
  3: line_buffer = [];
  4: timeout = 300;
  5: tid = -1;
  6: 
  7: // remove all flags
  8: .set_flags([]);

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

Tlon