Get the real identity associated with a given FakeIP.
On failure, returns:
- k_EResultInvalidParam: the IP is not a FakeIP.
- k_EResultNoMatch: we don't recognize that FakeIP and don't know the corresponding identity.
FakeIP's used by active connections, or the FakeIPs assigned to local identities,
will always work. FakeIPs for recently destroyed connections will continue to
return results for a little while, but not forever. At some point, we will forget
FakeIPs to save space. It's reasonably safe to assume that you can read back the
real identity of a connection very soon after it is destroyed. But do not wait
indefinitely.
Get the real identity associated with a given FakeIP.
On failure, returns: - k_EResultInvalidParam: the IP is not a FakeIP. - k_EResultNoMatch: we don't recognize that FakeIP and don't know the corresponding identity.
FakeIP's used by active connections, or the FakeIPs assigned to local identities, will always work. FakeIPs for recently destroyed connections will continue to return results for a little while, but not forever. At some point, we will forget FakeIPs to save space. It's reasonably safe to assume that you can read back the real identity of a connection very soon after it is destroyed. But do not wait indefinitely.