Skip to content

Increase request and response buffers for shared memory posix example#268

Merged
bigbrett merged 1 commit into
wolfSSL:mainfrom
AlexLanzano:posix-shm-fix
Jan 16, 2026
Merged

Increase request and response buffers for shared memory posix example#268
bigbrett merged 1 commit into
wolfSSL:mainfrom
AlexLanzano:posix-shm-fix

Conversation

@AlexLanzano

Copy link
Copy Markdown
Member

Increase the request and response shared memory buffer size to 2048 from
1024. This fixes a bad args failure when trying to send the generated rsa back to the client since the response buffer was too small.

fixes #266

Increase the request and response shared memory buffer size to 2048 from
1024. This fixes a bad args failure when trying to send the generated
rsa back to the client since the response buffer was too small.
@bigbrett
bigbrett merged commit 077b576 into wolfSSL:main Jan 16, 2026
21 checks passed
@bigbrett

Copy link
Copy Markdown
Contributor

@AlexLanzano do we not test this configuration in our CI?

@AlexLanzano

Copy link
Copy Markdown
Member Author

@bigbrett Looks like the CI for the client does not include the --test flag on any of the run steps so those tests weren't being run.
Im going to make an issue to track this and fix up the CI

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.

POSIX client && Server execution fails.

2 participants