ietf-tapswg / api-drafts

Architecture, interface, and implementation drafts for the definition of an abstract API for IETF TAPS
Other
24 stars 15 forks source link

Use Resolve() to find local interfaces #1456

Closed csperkins closed 1 year ago

csperkins commented 1 year ago

Clarifies the limitations of using Resolve() on a Preconnection and makes it clear that it can be used to find local interfaces. Removes the need for a non-standard interface for this when we have a standard one.

Closes #1331

mwelzl commented 1 year ago

See my answer in #1331 - there's text already there in the API draft that we should at least make sure we're not contradicting. (the proposed wording in this PR doesn't seem to contradict it - but the text explains why we're not proposing to use Resolve() for anything but Rendezvous)

csperkins commented 1 year ago

I thought I fixed it - is there more I missed?

mwelzl commented 1 year ago

Ahhh... I'm an idiot, the text I'm referring to is part of this PR! Sorry, answered in a hurry yesterday. All is well !