You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create common tcp settings for network.tcp.no_delay, network.tcp.keep_alive, network.tcp.reuse_address, network.tcp.send_buffer_size, and network.tcp.receive_buffer_size. Specific settings still exists (the netty ones per module of transport/http/memcached).
Also, create a more simplified setting for ports. Transport port can be set using transport.tcp.port (on top of the current transport.netty.port), HTTP port can be set using http.port (on top of http.netty.port), and memcached port can be set using memcached.port (on top of memcached.netty.port).
The text was updated successfully, but these errors were encountered:
Create common tcp settings for
network.tcp.no_delay
,network.tcp.keep_alive
,network.tcp.reuse_address
,network.tcp.send_buffer_size
, andnetwork.tcp.receive_buffer_size
. Specific settings still exists (the netty ones per module of transport/http/memcached).Also, create a more simplified setting for ports. Transport port can be set using
transport.tcp.port
(on top of the currenttransport.netty.port
), HTTP port can be set usinghttp.port
(on top ofhttp.netty.port
), and memcached port can be set usingmemcached.port
(on top ofmemcached.netty.port
).The text was updated successfully, but these errors were encountered: