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

Method Socket

include/cripts/Connections.hpp:384–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 [[nodiscard]] virtual int FD() const = 0; // This needs the txnp from the Context
383
384 [[nodiscard]] struct sockaddr const *
385 Socket()
386 {
387 _ensure_initialized(this);
388 return TSNetVConnRemoteAddrGet(_vc);
389 }
390
391 [[nodiscard]] cripts::IP
392 IP()

Callers

nothing calls this directly

Calls 1

TSNetVConnRemoteAddrGetFunction · 0.85

Tested by

no test coverage detected