-
I'm trying to implement a use case with iroh where a single app instance can have multiple peer identities (like user profiles). Looking the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Think of a |
Beta Was this translation helpful? Give feedback.
Think of a
NodeAddr
as aSocketAddr
: if you want to be addressable for different identities on the same socket then you need to do identity on your own protocol. If however you want to have different networking endpoints then you need to bind multiple endpoints.