Add keep alive support to the TCP mode of statsd (#3781)

This commit is contained in:
Jorge Canha
2018-02-16 04:04:49 +00:00
committed by Daniel Nelson
parent 6406abbc89
commit cd620ac144
3 changed files with 41 additions and 0 deletions

View File

@@ -3045,6 +3045,13 @@
#
# ## MaxTCPConnection - applicable when protocol is set to tcp (default=250)
# max_tcp_connections = 250
# ## Enable TCP keep alive probes (default=false)
# tcp_keep_alive = false
#
# ## Specifies the keep-alive period for an active network connection.
# ## Only applies to TCP sockets and will be ignored if tcp_keep_alive is false.
# ## Defaults to the OS configuration.
# # tcp_keep_alive_period = "2h"
#
# ## Address and port to host UDP listener on
# service_address = ":8125"