Method code for $dns.connection_going_away()

[Turn off line numbering]
  1: arg host, port;
  2: 
  3: if (sender() != connection)
  4:     return;
  5: started = 0;
  6: if (!starting)
  7:     .restart();

// Created 01-Jul-1997 as a part of ColdCore, see: @help Credit

Tlon