search for: conntimeout

Displaying 3 results from an estimated 3 matches for "conntimeout".

Did you mean: con_timeout
2009 Nov 24
1
asterisk trunk CURL hangs in the dialplan
...dialplan looks something like this: [macro-curl] ; ${ARG1} CURL URL ; ${ARG2} CURL POST exten => s,1,NoOp(CURL) ... exten => s,n(post),Set(RF_CURL_POST=userID=${RF_DIALER_USERID}&password=${RF_PASSWORD}&${ARG2}) exten => s,n,Set(CURLOPT(httptimeout)=5) exten => s,n,Set(CURLOPT(conntimeout)=5) exten => s,n,NoOp(CURL(${RF_URL}/${ARG1}?${RF_CURL_POST})) exten => s,n,Set(RF_CURL_RESPONSE=${CURL(${RF_URL}/${ARG1},${RF_CURL_POST})}) At this point, CURL either works or it will occasionally hang for a few minutes. tcpdump doesn't show any traffic from the asterisk box to the web...
2003 Oct 26
0
Patches for samba 3.0.0 client/client.c
...BYTES" }, { "port", 'p', POPT_ARG_INT, &port, 'p', "Port to connect to", "PORT" }, + { "conn_timeout", 'e', POPT_ARG_INT, &connect_timeout, 'e', "Connection timeout in millisecond", "CONNTIMEOUT" }, POPT_COMMON_SAMBA POPT_COMMON_CONNECTION POPT_COMMON_CREDENTIALS
2013 Feb 05
1
"Header is huge" in fts-solr
...pShardHandlerFactory getParameter INFO: Setting socketTimeout to: 0 01.02.2013 18:03:54 org.apache.solr.handler.component.HttpShardHandlerFactory getParameter INFO: Setting urlScheme to: http:// 01.02.2013 18:03:54 org.apache.solr.handler.component.HttpShardHandlerFactory getParameter INFO: Setting connTimeout to: 0 01.02.2013 18:03:54 org.apache.solr.handler.component.HttpShardHandlerFactory getParameter INFO: Setting maxConnectionsPerHost to: 20 01.02.2013 18:03:54 org.apache.solr.handler.component.HttpShardHandlerFactory getParameter INFO: Setting corePoolSize to: 0 01.02.2013 18:03:54 org.apache.solr...