class Net::SSH::Connection::Session

def ev_do_postprocess(was_events)

transport layer to rekey
calls Net::SSH::Transport::Session#rekey_as_needed to allow the
def ev_do_postprocess(was_events)
  @keepalive.send_as_needed(was_events)
  transport.rekey_as_needed
  true
end