[
https://jira.jboss.org/browse/ISPN-483?page=com.atlassian.jira.plugin.sys...
]
Galder Zamarreno commented on ISPN-483:
---------------------------------------
For Netty based server side, this is configured using the following calls:
bootstrap.setOption("child.sendBufferSize", 1048576");
bootstrap.setOption("receiveBufferSize", 1048576);
For Netty based clients:
bootstrap.setOption("sendBufferSize", 1048576);
bootstrap.setOption("receiveBufferSize", 1048576);
Send/receive buffer sizes configurable
--------------------------------------
Key: ISPN-483
URL:
https://jira.jboss.org/browse/ISPN-483
Project: Infinispan
Issue Type: Feature Request
Components: Cache Server
Reporter: Galder Zamarreno
Assignee: Galder Zamarreno
Fix For: 4.1.0.CR1
Make socket and send buffers sizes configurable for both Hot Rod client and server.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira