# File lib/net/ssh/transport/algorithms.rb, line 145 145: def allow?(packet) 146: !pending? || Algorithms.allowed_packet?(packet) 147: end