Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(conf) add ipv6only and so_keepalive options to listen options #9225

Merged
merged 2 commits into from
Aug 10, 2022

Conversation

bungle
Copy link
Member

@bungle bungle commented Aug 10, 2022

Summary

  • feat(conf) add ipv6only=on|off to listen options
  • feat(conf) add so_keepalive=on|off|[keepidle]:[keepintvl]:[keepcnt] to listen options

Issue reference

Fix #9169

### Summary

Adds support for `ipv6only=on` and `ipv6only=off` to Kong listen options.
…o listen options

### Summary

Adds support for `so_keepalive=on`, `so_keepalive=off` and
`so_keepalive=[keepidle]:[keepintvl]:[keepcnt]` to Kong listen options.

### Issues Resolved

Fix #9169
@bungle bungle merged commit ef2bc06 into master Aug 10, 2022
@bungle bungle deleted the feat/more-listen-opts branch August 10, 2022 17:02
locao pushed a commit that referenced this pull request Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use so_keepalive to workaround aws NLB 350s idle connection timeout
2 participants