From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] sysctl.conf: Enable TFO in sysctl
Date: Fri, 14 Dec 2018 14:59:53 +0000 [thread overview]
Message-ID: <E897BFB1-E72F-4833-B252-86D37BE87F39@ipfire.org> (raw)
In-Reply-To: <20181214120332.5372-1-ummeegge@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1123 bytes --]
Hi,
> On 14 Dec 2018, at 12:03, erik.kapfer <ummeegge(a)ipfire.org> wrote:
>
> Fixes #11945
>
> This do not enables TFO support in general there is still the execution of
> echo 3 > /proc/sys/net/ipv4/tcp_fastopen
> needed after every reboot (rc.local e.g.).
>
Why does this not enable it? Setting that value to 3 is what the sysctl command does.
I am confused.
> For further information see:
> https://tools.ietf.org/html/rfc7413#section-4.2.2
> https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt
>
> Signed-off-by: erik.kapfer <ummeegge(a)ipfire.org>
> ---
> config/etc/sysctl.conf | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/config/etc/sysctl.conf b/config/etc/sysctl.conf
> index 4066af767..52b21efa4 100644
> --- a/config/etc/sysctl.conf
> +++ b/config/etc/sysctl.conf
> @@ -13,6 +13,7 @@ net.ipv4.tcp_syncookies = 1
> net.ipv4.tcp_fin_timeout = 30
> net.ipv4.tcp_syn_retries = 3
> net.ipv4.tcp_synack_retries = 3
> +net.ipv4.tcp_fastopen = 3
>
> net.ipv4.conf.default.arp_filter = 1
> net.ipv4.conf.default.rp_filter = 0
> --
> 2.12.2
>
next prev parent reply other threads:[~2018-12-14 14:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-14 12:03 erik.kapfer
2018-12-14 14:59 ` Michael Tremer [this message]
2018-12-14 16:41 ` ummeegge
2018-12-14 16:54 ` [PATCH v2] " erik.kapfer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E897BFB1-E72F-4833-B252-86D37BE87F39@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox