gnodet commented on issue #461:
URL: https://github.com/apache/mina-sshd/issues/461#issuecomment-1917501537

   If you have a heartbeat configured, you may want to check its configuration. 
 The properties defined in 
[`CommonModuleProperties`](https://github.com/apache/mina-sshd/blob/737475319b914915306575e8b072e7ed94e94cdd/sshd-common/src/main/java/org/apache/sshd/common/CommonModuleProperties.java)
 control the heartbeat: `session-connection-heartbeat-type` seems to be set to 
40s in your case.  You may also have a connect timeout set to 20s according to 
the client error message.  You also have a custom heartbeat sender configured 
(sending `keepal...@tunnel.mock.cn`). 
   I would check this custom heartbeat, as it wonder if it does wait for a 
response, which should not be the case for a heartbeat (they usually just send 
a message without waiting for a response, just to keep things alive).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to