[ 
https://issues.apache.org/jira/browse/TS-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849286#action_12849286
 ] 

Eric Balsa commented on TS-275:
-------------------------------

Miles, Hi, these are the 4 api calls that prob arent doc'd (yahoo add ons) 
related to this conversation:

int INKHttpTxnActiveTimeoutSet(INKHttpTxn txnp, int timeout)
int INKHttpTxnConnectTimeoutSet(INKHttpTxn txnp, int timeout)
int INKHttpTxnDNSTimeoutSet(INKHttpTxn txnp, int timeout)
int INKHttpTxnNoActivityTimeoutSet(INKHttpTxn txnp, int timeout)

They are pretty self-explanatory - - they simply effect the associated 
records.config entries for

proxy.config.http.transaction_active_timeout_out
proxy.config.http.connect_attempts_timeout
proxy.config.dns.lookup_timeout
proxy.config.http.transaction_no_activity_timeout_out

but in an API form so you can set these connection timeouts dynamically per 
request.

> INKHttpTxnConnectTimeoutSet isn't documented
> --------------------------------------------
>
>                 Key: TS-275
>                 URL: https://issues.apache.org/jira/browse/TS-275
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Miles Libbey
>            Priority: Minor
>
> Someone had a question about INKHttpTxnConnectTimeoutSet -- it's not 
> documented in the SDK guide.  Can someone please provide:
> - Where it should live (ie, Function Reference/HTTP Functions/  HTTP 
> Transaction Functions)
> - suggested text in a similar format to 
> http://incubator.apache.org/trafficserver/docs/sdk/HTTPFunctions.html
> (ie, what it does; prototype; description; returns, and possibly an example)
> (Bryan also mentioned that a few timeout apis were added last year, but, I 
> don't see any others with timeout in them (except for 
> https://issues.apache.org/jira/browse/TS-256 -- INKHttpSchedule -- are we 
> missing others?)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to