Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 9187870

Browse files
author
tmshn
committed
docs: added note about net.ipv4.tcp_tw_recycle
1 parent 3323b57 commit 9187870

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Diff for: config/last_updated.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"apache-to-mongodb": "2016-06-06 04:47:13 UTC",
1111
"apache-to-riak": "2016-06-06 04:47:13 UTC",
1212
"apache-to-s3": "2016-06-06 04:47:13 UTC",
13-
"before-install": "2017-02-24 18:44:45 UTC",
13+
"before-install": "2017-12-21 06:46:42 UTC",
1414
"buf_file": "2016-12-07 10:53:25 UTC",
1515
"buf_memory": "2016-10-21 06:29:58 UTC",
1616
"buffer-plugin-overview": "2016-12-07 08:32:02 UTC",
@@ -138,7 +138,7 @@
138138
"apache-to-mongodb": "2016-02-22 23:29:31 UTC",
139139
"apache-to-riak": "2015-12-01 21:20:32 UTC",
140140
"apache-to-s3": "2015-12-01 21:20:32 UTC",
141-
"before-install": "2017-02-24 18:44:45 UTC",
141+
"before-install": "2017-12-21 06:46:42 UTC",
142142
"buf_file": "2016-12-07 10:53:25 UTC",
143143
"buf_memory": "2016-10-21 06:29:58 UTC",
144144
"buffer-plugin-overview": "2016-12-07 08:32:02 UTC",
@@ -287,7 +287,7 @@
287287
"api-plugin-output": "2016-06-13 06:11:23 UTC",
288288
"api-plugin-parser": "2016-06-13 06:11:23 UTC",
289289
"api-plugin-storage": "2016-06-13 06:11:23 UTC",
290-
"before-install": "2016-06-24 05:33:02 UTC",
290+
"before-install": "2017-12-21 06:46:42 UTC",
291291
"buffer-plugin-overview": "2016-06-13 06:11:23 UTC",
292292
"buffer-section": "2017-02-28 12:36:16 UTC",
293293
"bug-tracking": "2016-06-13 06:11:23 UTC",

Diff for: docs/v0.10/before-install.txt

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ For high load environments consisting of many Fluentd instances, please add thes
3838
net.ipv4.tcp_tw_reuse = 1
3939
net.ipv4.ip_local_port_range = 10240 65535
4040

41+
NOTE: <code>net.ipv4.tcp_tw_recycle</code> option is <a href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4396e46187ca5070219b81773c4e65088dac50cc">removed</a> since Linux kernel v4.12 (typing <code>uname -r</code> shows your version). Even in previous versions, you should not change this option if source servers locate behind a NAT, in which case source IPs are unique for multiple sources.
42+
4143

4244

4345

Diff for: docs/v1.0/before-install.txt

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ For high load environments consisting of many Fluentd instances, please add thes
3131
net.ipv4.tcp_tw_reuse = 1
3232
net.ipv4.ip_local_port_range = 10240 65535
3333

34+
NOTE: <code>net.ipv4.tcp_tw_recycle</code> option is <a href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4396e46187ca5070219b81773c4e65088dac50cc">removed</a> since Linux kernel v4.12 (typing <code>uname -r</code> shows your version). Even in previous versions, you should not change this option if source servers locate behind a NAT, in which case source IPs are unique for multiple sources.
35+
3436

3537

3638

0 commit comments

Comments
 (0)