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