MCPcopy Create free account
hub / github.com/apache/trafficserver / get_received_frame_counter

Method get_received_frame_counter

src/proxy/http3/Http3Session.cc:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230Http3FrameCounter *
231Http3Session::get_received_frame_counter()
232{
233 return &this->_received_frame_counter;
234}
235
236bool
237Http3Session::is_protocol_framed() const

Callers 2

Http3TransactionMethod · 0.80
Http3AppMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected