mirror of
https://github.com/TokTok/c-toxcore
synced 2026-07-02 13:31:59 +00:00
23853004d9
Add GCA_ANNOUNCE_RESPONSE_MAX_SIZE to capture the true upper bound of a GCA-extended announce response, and allocate the response buffer dynamically to match the exact plaintext size rather than using the non-GCA constant. Update onion_client.c to accept responses up to the new bound. Add a group announce response size test.