class Gem::Resolv::DNS::Requester::TCP

def close

def close
  super
  @senders.each_key {|from,id|
    DNS.free_request_id(@host, @port, id)
  }
end