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
{{ message }}
This repository has been archived by the owner on May 3, 2022. It is now read-only.
Reserve operation returns a LID (i.e. higher 16 bits are 0) without NID (memory is allocated later via createReserved). However create or even createLocal does return CIDs with the valid NID.
Expected behavior: reserve does return CIDs not just NID, otherwise it cannot be used by remote peers.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Reserve
operation returns a LID (i.e. higher 16 bits are 0) without NID (memory is allocated later viacreateReserved
). Howevercreate
or evencreateLocal
does return CIDs with the valid NID.Expected behavior:
reserve
does return CIDs not just NID, otherwise it cannot be used by remote peers.The text was updated successfully, but these errors were encountered: