You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found iroh's derp stun implement is base on stun-rs, and I also red the stun message code implement.
But iroh's stun message attributes only implement suport Fingerprint, although stun-rs defined some other attributes, eg: (AlternateServer, stun), (ErrorCode, stun), (Fingerprint, stun), (MappedAddress, stun), (MessageIntegrity, stun), (MessageIntegritySha256, stun), (Nonce, stun), (PasswordAlgorithm, stun),
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I found iroh's derp stun implement is base on stun-rs, and I also red the stun message code implement.
But iroh's stun message attributes only implement suport Fingerprint, although stun-rs defined some other attributes, eg:
(AlternateServer, stun), (ErrorCode, stun), (Fingerprint, stun), (MappedAddress, stun), (MessageIntegrity, stun), (MessageIntegritySha256, stun), (Nonce, stun), (PasswordAlgorithm, stun),
what detail plan about the derp stun mod?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions