class Net::SSH::Transport::Session

def hint(which, value = true)

to change its behavior. (See PacketStream#hints).
Sets a new hint for the packet stream, which the packet stream may use
def hint(which, value = true)
  socket.hints[which] = value
end