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