# File lib/net/ssh/transport/state.rb, line 114 114: def compression? 115: compression == :standard || (compression == :delayed && socket.hints[:authenticated]) 116: end