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

Emmanuel Lécharny commented on DIRMINA-1129:
--------------------------------------------

Yes:

{code:java}
...
        acceptor = new 
NioSocketAcceptor(Runtime.getRuntime().availableProcessors() + 1);
        acceptor.getSessionConfig().setReceiveBufferSize(BUFFER_SIZE);
...
{code}

> Unable to decrease socket receive buffer size below 65535 for NIO socket 
> connector.
> -----------------------------------------------------------------------------------
>
>                 Key: DIRMINA-1129
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-1129
>             Project: MINA
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: 2.0.22, 2.1.4
>            Reporter: Marcin L
>            Priority: Minor
>
> NioSocketConnector sets only SO_RCVBUF when configured receive buffer size is 
> above 65535. Under some circumstances it might be desirable to set it to 
> lower value.
> Can the check be replaced with the similar one to NioSocketAcceptor?



--
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