We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some user reports that listener fails to start while IPv6 is disabled in Kernel.
{unknown_quic_status,97}
As in emqx/emqx#6683 (reply in thread)
when he disable ipv6 in kernel args:
GRUB_CMDLINE_LINUX="ipv6.disable=1 ro crashkernel=auto ..."
But I could not reproduce it if I only disable ipv6 via sysconfig
sysctl -w net.ipv6.conf.all.disable_ipv6=1
The text was updated successfully, but these errors were encountered:
msquic requires dual stack, not much we could do here.
for linux, as long as the ipv6 is not disabled by kernel arg ipv6.disable=1 it should work even it is disabled by sysctl
ipv6.disable=1
Sorry, something went wrong.
No branches or pull requests
Some user reports that listener fails to start while IPv6 is disabled in Kernel.
As in
emqx/emqx#6683 (reply in thread)
when he disable ipv6 in kernel args:
But I could not reproduce it if I only disable ipv6 via sysconfig
The text was updated successfully, but these errors were encountered: