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

Method get_client_addr

src/proxy/ProxySession.cc:290–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290sockaddr const *
291ProxySession::get_client_addr() const
292{
293 return _vc ? _vc->get_effective_remote_addr() : nullptr;
294}
295
296uint16_t
297ProxySession::get_client_port() const

Callers 1

TSHttpSsnClientAddrGetFunction · 0.45

Calls 1

Tested by

no test coverage detected