Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • unbound unbound
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Debian DNS Team
  • unboundunbound
  • Merge requests
  • !5

Enable TCP Fast Open

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Jose Olivera requested to merge NewGuyLOLs-guest/unbound:enable-TFO into master Oct 30, 2019
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

As per Stefan Tatschner from Debian Bug #903390:

"TCP fast open can save a roundtrip on subsequent TCP connects 1. Since systemd-resolved supports DNSoverTLS with TFO out of the box 3 and TFO support is included in recent kernels, it might be worth enabling. There are configure switches availble in the build system 2."

/proc/sys/net/ipv4/tcp_fastopen must have a value of 3 for this to be effective.

More DNS queries will eventually go through TCP given that the EDNS buffer size is suggested to be reduced 4.

Signed-off-by: Jose Olivera oliverajeo@gmail.com

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: enable-TFO