]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rfc ref
authorOtto Moerbeek <otto@drijf.net>
Fri, 22 Jan 2021 12:36:26 +0000 (13:36 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Wed, 24 Mar 2021 10:14:24 +0000 (11:14 +0100)
Co-authored-by: Pieter Lexis <pieter@plexis.eu>
pdns/recursordist/docs/performance.rst

index 4d9eb7db72c8f221e006af1f2bf695267760203c..edac3afc44b565800a51fdef52c82cebb52eec7e 100644 (file)
@@ -113,7 +113,7 @@ TCP Fast Open Support
 ---------------------
 On Linux systems, the recursor can use TCP Fast Open for passive (incoming, since 4.1) and active (outgoing, since 4.5) TCP connections.
 TCP Fast Open allows the initial SYN packet to carry data, saving one network round-trip.
-For details, consult RFC 7413.
+For details, consult `:rfc:7413`.
 
 To enable TCP Fast Open, it might be need change the value of the ``net.ipv4.tcp_fastopen`` sysctl.
 Value 0 means Fast Open is disabled, 1 is only use Fast Open for active connections, 2 is only for passive connections and 3 is for both.