class Net::SSH::Connection::Session

def max_select_wait_time

pass between callbacks.
periodically, this method returns the maximum number of seconds which may
If the #preprocess and #postprocess callbacks for this session need to run
def max_select_wait_time
  @keepalive.interval if @keepalive.enabled?
end