Closed faydr closed 3 years ago
Statically allocating all of these fields gets a little large after awhile, so let's instead make these fields dynamically allocated.
SerialMsg is now superseded by SerMsg, which works to have all of the messages dynamically allocated.
Statically allocating all of these fields gets a little large after awhile, so let's instead make these fields dynamically allocated.