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
First of, thanks for the lib, I'm doing some PoC network protocols and by far it's solving the headache of OS endianness. My question is how can I support arbitrary sized byte array?
Hi!
First of, thanks for the lib, I'm doing some PoC network protocols and by far it's solving the headache of OS endianness. My question is how can I support arbitrary sized byte array?
For example:
msg
should be max 256 bytes, the actual size ismsg_size
. Any idea how to overcome this? Or should I manually handle the data coming from the network?The text was updated successfully, but these errors were encountered: