gencywinter commented on issue #791: URL: https://github.com/apache/mina-sshd/issues/791#issuecomment-3139684895
> It is not clear to me from all of the above which logs are client and which are server logs. All logs are client. > So: why was the server session closed? I send a series of commands to the server at once, by copy-paste, and a 'quit' at end. Broken pipe occurs about 30% at the current 'window adjustment' sending frequency. Change the condition at LocalWindow-114 as below. 'maxFree' is 2M. > if (size < maxFree / 2 || maxFree - size > 30 * packetSize) { then, Broken pipe occurs about 3%-5%. Expect all data, from server, to be read and consumed. But I cannot do. -- 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