Re: TCP keepalive time/interval/retry

2021-08-02 Thread Emmanuel Lécharny
Hi Radovan, yes, Mina is still based on Java 7, However, we can most certainly switch to Java 8, as Java 7 is dead since April 2015 (and the extended support dies in 2022). 1.8 is also dead, but at least ExtendedSocketOptions is supported in this version (somehow). Another option would be to

Re: TCP keepalive time/interval/retry

2021-08-02 Thread Stefan Seelmann
On 8/2/21 5:08 PM, Radovan Semancik wrote: > Hello, > > I would like to implement support for setting TCP keepalive > time/interval/retry setting in the API. This is very useful for > long-lived LDAP connections, e.g. in case of connection pooling. > However, socket options for TCP keepalive time/

TCP keepalive time/interval/retry

2021-08-02 Thread Radovan Semancik
Hello, I would like to implement support for setting TCP keepalive time/interval/retry setting in the API. This is very useful for long-lived LDAP connections, e.g. in case of connection pooling. However, socket options for TCP keepalive time/interval/retry setting is available since Java 11

[jira] [Resolved] (DIRAPI-378) Finer-grain timeouts

2021-08-02 Thread Radovan Semancik (Jira)
[ https://issues.apache.org/jira/browse/DIRAPI-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radovan Semancik resolved DIRAPI-378. - Resolution: Fixed > Finer-grain timeouts > > > Key:

[jira] [Commented] (DIRAPI-378) Finer-grain timeouts

2021-08-02 Thread Radovan Semancik (Jira)
[ https://issues.apache.org/jira/browse/DIRAPI-378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391563#comment-17391563 ] Radovan Semancik commented on DIRAPI-378: - Implemented in c2fd0a08f > Finer-grai

[jira] [Created] (DIRAPI-378) Finer-grain timeouts

2021-08-02 Thread Radovan Semancik (Jira)
Radovan Semancik created DIRAPI-378: --- Summary: Finer-grain timeouts Key: DIRAPI-378 URL: https://issues.apache.org/jira/browse/DIRAPI-378 Project: Directory Client API Issue Type: Improveme