[ 
https://issues.apache.org/jira/browse/SSHD-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347023#comment-17347023
 ] 

Lyor Goldstein commented on SSHD-1165:
--------------------------------------

It might even cause subtle internal errors due to certain thresholds being 
crossed. Furthermore, increasing them on your side of the connection (be it 
client or server) might not work since the peer has low values for them. In any 
case, trial and error is the only way I can think of - and even then it depends 
on the network configuration, its architecture, intermediate elements (routers, 
firewalls) and the peers.

> Correct way to set the tuning parameters in a SSHDServer
> --------------------------------------------------------
>
>                 Key: SSHD-1165
>                 URL: https://issues.apache.org/jira/browse/SSHD-1165
>             Project: MINA SSHD
>          Issue Type: Question
>            Reporter: Susmit Sarkar
>            Priority: Blocker
>
> Hi Lyor,
> Is it the correct way to set the tuning parameters to a SSHDSever:
> private SshServer sshdServer;
> sshdServer.getProperties().put(FactoryManager.MAX_PACKET_SIZE, 65536);
> similarly for WINDOW_SIZE, SOCKET_SNDBUF, SOCKET_RCVBUF, SOCKET_LINGER
> Thanks



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to