Re: Connection timeouts

2011-11-28 Thread Emmanuel Lécharny
On 11/28/11 8:03 PM, Daniel Fisher wrote: On Mon, Nov 28, 2011 at 1:21 PM, Emmanuel Lecharny wrote: On 11/28/11 6:40 PM, Daniel Fisher wrote: The LdapNetworkConnection#setTimeOut(long) documentation indicates this property controls operation response timeouts. Is there a property to control co

Re: Connection timeouts

2011-11-28 Thread Daniel Fisher
On Mon, Nov 28, 2011 at 1:21 PM, Emmanuel Lecharny wrote: > On 11/28/11 6:40 PM, Daniel Fisher wrote: >> >> The LdapNetworkConnection#setTimeOut(long) documentation indicates >> this property controls operation response timeouts. Is there a >> property to control connect timeouts as well? > > It s

Re: Connection timeouts

2011-11-28 Thread Emmanuel Lecharny
On 11/28/11 6:40 PM, Daniel Fisher wrote: The LdapNetworkConnection#setTimeOut(long) documentation indicates this property controls operation response timeouts. Is there a property to control connect timeouts as well? It should be the same. We don't connect before the first operation is sent t

Connection timeouts

2011-11-28 Thread Daniel Fisher
The LdapNetworkConnection#setTimeOut(long) documentation indicates this property controls operation response timeouts. Is there a property to control connect timeouts as well? --Daniel Fisher