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