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

Improve ProActiveInet address detection mechanism #1310

Open
fviale opened this issue Feb 7, 2016 · 0 comments
Open

Improve ProActiveInet address detection mechanism #1310

fviale opened this issue Feb 7, 2016 · 0 comments

Comments

@fviale
Copy link
Member

fviale commented Feb 7, 2016

Currently ProActiveInet behaves like this:

  • If no proactive.net property is set, it will search for a public interface, then a private and finally a loopback
  • otherwise it will filter the whole list of inet adresses according to the proactive.net filters set, without preference.
  • additionnally all IPv6 are filtered by default.

It should rather:

  1. filter first the list of available ip adresses according to the proactive.net properties, then execute the standard preference algorithm
  2. don't discard IPv6 adresses but rather prefer IPv4, and only discard link-local ones
  3. only the proactive.hostname property would skip the algorithm and bind to a specific IP address
@fviale fviale added this to the 7.4.0 milestone Feb 7, 2016
fviale added a commit that referenced this issue Feb 9, 2016
work on #1310 : Improve ProActiveInet address detection mechanism
fviale added a commit that referenced this issue Feb 9, 2016
 - make use of InetAddress.getByName() to handle servers given with an IP address
@fviale fviale removed this from the 7.4.0 milestone Feb 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant