# File lib/net/ssh/connection/keepalive.rb, line 32
  def keepalive_maxcount
    (options[:keepalive_maxcount] || 3).to_i
  end