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

Method get_received_ping_frame_count

src/proxy/http2/Http2ConnectionState.cc:2800–2804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2798}
2799
2800uint32_t
2801Http2ConnectionState::get_received_ping_frame_count()
2802{
2803 return this->_received_ping_frame_counter.get_count();
2804}
2805
2806void
2807Http2ConnectionState::increment_received_priority_frame_count()

Callers 1

rcv_ping_frameMethod · 0.95

Calls 1

get_countMethod · 0.45

Tested by

no test coverage detected