[
https://issues.apache.org/jira/browse/SSHD-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17301240#comment-17301240
]
Lyor Goldstein commented on SSHD-1140:
--------------------------------------
There are lots (and I mean +lots+) of properties and parameters that can be
used to control and configure the code's behavior. I am sorry, but I do not
remember all of them off hand. That being said, I did a quick search on the
ones you mentioned
{quote}nioWorkers
maxPacketSize
windowSize
{quote}
Applicable to all I/O factories
{quote}socketSendBuffer
socketReceiveBuffer
socketBacklog
nio2readBuffer - and others...
{quote}
Applicable only to NIO2
{quote}and other sever related tuning parameters
{quote}
Like I said, there are a +lot+ of them - I strongly recommend reading the
documentation at the official site, as well as look for the various
{{Property}} usages in the code. Please remember that many of the tuning
parameters have impacts that need to be considered very carefully, as well as
possible interactions with other such parameters.
> Questions about IoServiceFactoryFactory
> ---------------------------------------
>
> Key: SSHD-1140
> URL: https://issues.apache.org/jira/browse/SSHD-1140
> Project: MINA SSHD
> Issue Type: Question
> Reporter: Susmit Sarkar
> Priority: Critical
>
> IoServiceFactoryFactory ioServiceFactory =
> BuiltinIoServiceFactoryFactories.NIO2/MINA/NETTY.create();
> We can have 3 flavors of ioServiceFactory
> My question is are *all* the below parameters applicable for all 3
> IOFactories (.NIO2/MINA/NETTY) ?
> nioWorkers *(is it applicable only to NIO2 or all 3?)*
> maxPacketSize
> windowSize
> socketSendBuffer
> socketReceiveBuffer
> socketBacklog
> *nio2readBuffer (is it applicable only to NIO2?)*
> and other sever related tuning parameters
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]