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