Method code for $dns.connection_going_away()

[Turn on line numbering]
arg host, port;

if (sender() != connection)
    return;
started = 0;
if (!starting)
    .restart();

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

Tlon