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