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
The RFC defines numeric types as unsigned; in KoAP (to prevent overflow) the next larger numeric type is used (e.g. a Long is used to store an unsigned int32).
The RFC defines numeric types as unsigned; in KoAP (to prevent overflow) the next larger numeric type is used (e.g. a
Long
is used to store anunsigned int32
).unsigned integers would simplify a lot of internal code as well as simplify the public facing API. unsigned integers should be used when no longer experimental.
The text was updated successfully, but these errors were encountered: