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