close() Close a connection handle. Implementation has to free all associated resources. Call Example Edit network.close() params: hndl (int). return: nothing Edit require "network" hndl = network.connect( {} ) network.close( hndl )