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 was archived by the owner on May 12, 2021. It is now read-only.
improve comprehension, thus making it easier to understand and review the protocol
(which might indirectly help ensure the protocol is as safe as possible).
Additional to the description, we should pay particular attention to string fields due to their increased flexibility (and thus increased ability to confuse):
What is the format of each string member?
Can the value be ""? If so, what does it mean?
Are there any other "special" values (like the terrible golang net.IP"<nil>" value)?