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