class Net::SSH::Transport::Session
def hint(which, value = true)
Sets a new hint for the packet stream, which the packet stream may use
def hint(which, value = true) socket.hints[which] = value end
def hint(which, value = true) socket.hints[which] = value end