File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed
Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -170,9 +170,11 @@ This section is for setting TLS transport or some general transport configuratio
170170
171171The timeout \( seconds\) to set ` SO_LINGER ` .
172172
173- The default value ` 0 ` is to send RST rather than FIN to avoid lots of connections sitting in TIME_WAIT on closing.
173+ The default value ` 0 ` is to send RST rather than FIN to avoid lots of connections sitting in TIME_WAIT on closing on non-Windows .
174174
175- You can set positive value to send FIN on closing.
175+ You can set positive value to send FIN on closing on non-Windows.
176+
177+ (On Windows, Fluentd sends FIN when ` linger_timeout ` is ` 0 ` too).
176178
177179``` text
178180<transport tcp>
Original file line number Diff line number Diff line change @@ -178,9 +178,11 @@ This section is for setting TLS transport or some general transport configuratio
178178
179179The timeout \( seconds\) to set ` SO_LINGER ` .
180180
181- The default value ` 0 ` is to send RST rather than FIN to avoid lots of connections sitting in TIME_WAIT on closing.
181+ The default value ` 0 ` is to send RST rather than FIN to avoid lots of connections sitting in TIME_WAIT on closing on non-Windows .
182182
183- You can set positive value to send FIN on closing.
183+ You can set positive value to send FIN on closing on non-Windows.
184+
185+ (On Windows, Fluentd sends FIN when ` linger_timeout ` is ` 0 ` too).
184186
185187``` text
186188<transport tcp>
Original file line number Diff line number Diff line change @@ -151,9 +151,11 @@ This section is for setting TLS transport or some general transport configuratio
151151
152152The timeout \( seconds\) to set ` SO_LINGER ` .
153153
154- The default value ` 0 ` is to send RST rather than FIN to avoid lots of connections sitting in TIME_WAIT on closing.
154+ The default value ` 0 ` is to send RST rather than FIN to avoid lots of connections sitting in TIME_WAIT on closing on non-Windows .
155155
156- You can set positive value to send FIN on closing.
156+ You can set positive value to send FIN on closing on non-Windows.
157+
158+ (On Windows, Fluentd sends FIN when ` linger_timeout ` is ` 0 ` too).
157159
158160``` text
159161<source>
Original file line number Diff line number Diff line change 170170
171171The timeout \( seconds\) to set ` SO_LINGER ` .
172172
173- The default value ` 0 ` is to send RST rather than FIN to avoid lots of connections sitting in TIME_WAIT on closing.
173+ The default value ` 0 ` is to send RST rather than FIN to avoid lots of connections sitting in TIME_WAIT on closing on non-Windows .
174174
175- You can set positive value to send FIN on closing.
175+ You can set positive value to send FIN on closing on non-Windows.
176+
177+ (On Windows, Fluentd sends FIN when ` linger_timeout ` is ` 0 ` too).
176178
177179``` text
178180<source>
You can’t perform that action at this time.
0 commit comments