Skip to content

Conversation

@boaks
Copy link
Contributor

@boaks boaks commented Apr 30, 2023

As preview for the cleanup using SKIP_VAR_FIELDS and GET_VAR_FIELDS.

@boaks boaks force-pushed the cleanup_cookie branch from d46136d to eae0d47 Compare May 17, 2023 08:49
@boaks boaks force-pushed the cleanup_cookie branch 3 times, most recently from db0f999 to e599c28 Compare July 14, 2023 14:33
*cookie = msg + sizeof(uint8);
return dtls_uint8_to_int(msg);
*cookie = msg;
return cookie_len;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Odd: I would have expected a warning because of the cast from size_t to int. Maybe the compiler is smarter than I gave it credit for.

Otherwise: LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants