Re: New TS API TSHttpTxnServerFdGet to get origin server socket's fd

2015-04-09 Thread James Peach
> On Apr 9, 2015, at 11:32 AM, Sudheer Vinukonda > wrote: > > Thanks, Bryan! > One (minor) note - on further thought, it seems to me that for the server > socket, it should not be possible to have a Ssn without a Txn. It is possible when using TSNetAccept(), TSNetAcceptNamedProtocol(), etc.

Re: New TS API TSHttpTxnServerFdGet to get origin server socket's fd

2015-04-09 Thread Sudheer Vinukonda
Thanks, Bryan! One (minor) note - on further thought, it seems to me that for the server socket,  it should not be possible to have a Ssn without a Txn. So, I would simply add just the TSHttpTxnServerFdGet API and *not* add the  TSHttpSsnServerFdGet. Please let me know if anyone has comments/conc

Re: New TS API TSHttpTxnServerFdGet to get origin server socket's fd

2015-04-09 Thread Bryan Call
+1 - Looks good. -Bryan > On Apr 7, 2015, at 10:38 AM, Sudheer Vinukonda > wrote: > > Currently, there's TS API to get the client socket's fd TSHttpTxnClientFdGet > / TSHttpSsnClientFdGet. This API is used by the tcpinfo plugin to get tcp > stats for the client side socket. > I'd like to