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

Method FD

src/cripts/Connections.cc:239–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239int
240Client::Connection::FD() const
241{
242 int connfd = -1;
243
244 TSAssert(_state->txnp);
245 TSHttpTxnClientFdGet(_state->txnp, &connfd);
246
247 return connfd;
248}
249
250int
251Client::Connection::Count() const

Callers 3

operator=Method · 0.80
initializeMethod · 0.80
CongestionClass · 0.80

Calls 2

TSHttpTxnClientFdGetFunction · 0.85
TSHttpTxnServerFdGetFunction · 0.85

Tested by

no test coverage detected