Phil, any comments on this patch? Jérémie
On 6 October 2017 at 14:22, Jonathan Rajotte <[email protected]> wrote: > Signed-off-by: Jonathan Rajotte <[email protected]> > --- > doc/man/lttng-relayd.8.txt | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > > diff --git a/doc/man/lttng-relayd.8.txt b/doc/man/lttng-relayd.8.txt > index 218526a1..e37ce845 100644 > --- a/doc/man/lttng-relayd.8.txt > +++ b/doc/man/lttng-relayd.8.txt > @@ -162,6 +162,25 @@ ENVIRONMENT VARIABLES > `LTTNG_RELAYD_HEALTH`:: > Path to relay daemon health's socket. > > +`LTTNG_RELAYD_TCP_KEEP_ALIVE_ENABLE`:: > + Set to 1 to enable the use of tcp keep-alive allowing the detection of > dead > + peers. > + > +`LTTNG_RELAYD_TCP_KEEP_ALIVE_TIME`:: > + See tcp(7) tcp_keepalive_time or tcp_keepalive_interval on Solaris 11. > + A value of -1 lets the operating system manage this parameter (default). > + > +`LTTNG_RELAYD_TCP_KEEP_ALIVE_PROBES`:: > + See tcp(7) tcp_keepalive_probes. > + A value of -1 lets the operating system manage this parameter (default). > + > +NOTE: Not supported on Solaris. > + > +`LTTNG_RELAYD_TCP_KEEP_ALIVE_INTVL`:: > + See tcp(7) tcp_keepalive_intvl. > + A value of -1 lets the operating system manage this parameter (default). > + > +NOTE: Not supported on Solaris. > > FILES > ----- > -- > 2.11.0 > -- Jérémie Galarneau EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list [email protected] https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
