# File lib/net/ssh/transport/algorithms.rb, line 84 84: def self.allowed_packet?(packet) 85: ( 1.. 4).include?(packet.type) || 86: ( 6..19).include?(packet.type) || 87: (21..49).include?(packet.type) 88: end