# File lib/net/ssh/transport/algorithms.rb, line 105 105: def self.allowed_packet?(packet) 106: ( 1.. 4).include?(packet.type) || 107: ( 6..19).include?(packet.type) || 108: (21..49).include?(packet.type) 109: end