# File lib/net/ssh/transport/session.rb, line 242
    def hint(which, value=true)
      socket.hints[which] = value
    end