Re: ConstrainableLookupLocator identity

2018-10-18 Thread Peter Firmstone
Hmm, I should have said constraints shouldn't be part of LookupLocator identity below, my bad. Perhaps if ConstrainableLookupLocator used decoration, rather than inheritance, the design intent would have been clearer. I don't like the fact that a ConstrainableLookupLocator can be

Re: ConstrainableLookupLocator identity

2018-10-17 Thread Bryan Thompson
I've never used that aspect. Nothing to offer. B On Wed, Oct 17, 2018 at 3:57 AM Peter Firmstone wrote: > > LookupLocator's identity contract: > > /** > * Two locators are equal if they have the same host and > * port fields. The case of the host is > ignored. > * Alternative

ConstrainableLookupLocator identity

2018-10-17 Thread Peter Firmstone
LookupLocator's identity contract: /** * Two locators are equal if they have the same host and * port fields. The case of the host is ignored. * Alternative forms of the same IPv6 addresses for the host * value are treated as being unequal. */ At some point in