class EventMachine::DNS::Socket

def stop_timer

def stop_timer
  EM.cancel_timer(@timer)
  @timer = nil
end