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

Add Linux reuse port #187

Merged
merged 1 commit into from
Jan 25, 2023
Merged

Conversation

sleipnir
Copy link
Contributor

@sleipnir sleipnir commented Jan 25, 2023

This change fix the #184

This PR worked in conjunction with the following Gossip strategy setups:

defp get_gossip_strategy do
    [
      proxy: [
        strategy: Cluster.Strategy.Gossip,
        config: [
          reuseaddr: true,
          multicast_addr: "255.255.255.255",
          broadcast_only: true
        ]
      ]
    ]
  end

The image below shows my system connected to two Nodes after changing the PR and settings. Using the settings in the current version has not been shown to have any effect. In other words, only with the PR change did the system reconnect again.

libcluster

@bitwalker bitwalker merged commit 7527784 into bitwalker:main Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants