class Protocol::HTTP2::SettingsFrame

def pack(settings = [])

def pack(settings = [])
	super(settings.map{|s| s.pack(FORMAT)}.join)
end