class Protocol::HTTP2::PingFrame

def acknowledge

def acknowledge
	frame = super
	
	frame.pack self.unpack
	
	return frame
end