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