module Protocol::HTTP2::Acknowledgement

def acknowledgement?

def acknowledgement?
	flag_set?(ACKNOWLEDGEMENT)
end