class Net::SSH::Transport::Session

def enqueue_message(message)

opportunity. This does not block, but returns immediately.
Enqueues the given message, such that it will be sent at the earliest
def enqueue_message(message)
  socket.enqueue_packet(message)
end