Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
290
sockaddr const *
291
ProxySession::get_client_addr() const
292
{
293
return _vc ? _vc->get_effective_remote_addr() : nullptr;
294
}
295
296
uint16_t
297
ProxySession::get_client_port() const
Callers
1
TSHttpSsnClientAddrGet
Function · 0.45
Calls
1
get_effective_remote_addr
Method · 0.80
Tested by
no test coverage detected