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
To measure buffer size needed to pack use ccpcp_pack_context_dry_run_init()
Packed size can be found in ccpcp_pack_context::bytes_written field
For example see: test_dry_run_int() in test_ccpcp.c
This enables message length counting without buffer needed.
The text was updated successfully, but these errors were encountered: