]
Tomaz Cerar updated WFLY-2046:
------------------------------
Component/s: Web (Undertow)
(was: Web (JBoss Web))
socketBuffer setting should be provided to allow fine tuning network
communication.
-----------------------------------------------------------------------------------
Key: WFLY-2046
URL:
https://issues.jboss.org/browse/WFLY-2046
Project: WildFly
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Web (Undertow)
Reporter: Gourav Mukherjee
Assignee: Tomaz Cerar
Fix For: 8.0.0.Final
In JBoss 5.1, there used to be a setting called socketBuffer which we could configure in
the server.xml inside jbossweb.sar i.e. jbossweb.sar\server.xml, it looked something like
this.
<Connector protocol="HTTP/1.1"
port="8080"
address="${jboss.bind.address}"
connectionTimeout="20000"
redirectPort="8443"
socketBuffer="64000"/>
It would be nice to get this setting back because tuning this improves HTTP transfer
performance.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: