Sudheer Vinukonda created TS-3502:
-------------------------------------

             Summary: TS API to get origin socket fd
                 Key: TS-3502
                 URL: https://issues.apache.org/jira/browse/TS-3502
             Project: Traffic Server
          Issue Type: Improvement
          Components: Plugins
            Reporter: Sudheer Vinukonda


Currently, there's an API to get the client socket's fd 
{{TSHttpTxnClientFdGet}} and {{TSHttpSsnClientFdGet}}. This API is used by the 
{{tcpinfo}} plugin to get tcp stats for the client side socket. This jira 
proposes to add the corresponding API for server socket fd. 

{code}
TSReturnCode TSHttpTxnOriginFdGet(TSHttpTxn txnp, int *fdp);
TSReturnCode TSHttpSsnClientFdGet(TSHttpSsn ssnp, int *fdp);
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to