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

Method update_max_count

include/iocore/net/ConnectionTracker.h:410–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410inline void
411ConnectionTracker::TxnState::update_max_count(int count)
412{
413 auto cmax = _g->_count_max.load();
414 if (count > cmax) {
415 _g->_count_max.compare_exchange_weak(cmax, count);
416 }
417}
418
419inline void
420ConnectionTracker::TxnState::blocked()

Callers 1

do_http_server_openMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected