mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 16:35:03 +00:00
* Fixes #6372 - Review socket options configuration Introduced in ClientConnector: * tcpNoDelay * reusePort * receiveBufferSize * sendBufferSize Reworked configuration of socket options in ClientConnector. JMX-ified ClientConnector. Introduced reusePort in ServerConnector. Updated server modules with the new reusePort property. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>