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

Method getClientAddress

src/tscpp/api/Transaction.cc:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292const sockaddr *
293Transaction::getClientAddress() const
294{
295 return TSHttpTxnClientAddrGet(state_->txn_);
296}
297
298const sockaddr *
299Transaction::getNextHopAddress() const

Callers

nothing calls this directly

Calls 1

TSHttpTxnClientAddrGetFunction · 0.85

Tested by

no test coverage detected