Closed dseomn closed 7 years ago
I chose the order of magnitude (~4096) more or less arbitrarily. There's nothing magic about this power of 2. I chose 4094 instead of 4096 to avoid memory fragmentation when memory for the field is allocated along with a 2-byte length field.
Resolves #23.
Done in c658cf5 - more in #23
I chose the order of magnitude (~4096) more or less arbitrarily. There's nothing magic about this power of 2. I chose 4094 instead of 4096 to avoid memory fragmentation when memory for the field is allocated along with a 2-byte length field.
Resolves #23.