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
170
170
171
171
The timeout \( seconds\) to set ` SO_LINGER ` .
172
172
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 .
174
174
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).
176
178
177
179
``` text
178
180
<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
178
178
179
179
The timeout \( seconds\) to set ` SO_LINGER ` .
180
180
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 .
182
182
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).
184
186
185
187
``` text
186
188
<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
151
151
152
152
The timeout \( seconds\) to set ` SO_LINGER ` .
153
153
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 .
155
155
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).
157
159
158
160
``` text
159
161
<source>
Original file line number Diff line number Diff line change 170
170
171
171
The timeout \( seconds\) to set ` SO_LINGER ` .
172
172
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 .
174
174
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).
176
178
177
179
``` text
178
180
<source>
You can’t perform that action at this time.
0 commit comments