Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clap 4 examples #9

Merged
merged 4 commits into from
Nov 8, 2023
Merged

Clap 4 examples #9

merged 4 commits into from
Nov 8, 2023

Conversation

gabhijit
Copy link
Collaborator

@gabhijit gabhijit commented Nov 8, 2023

No description provided.

The `listener.sctp_send` would return `EINVAL` when run as `cargo test
--release`, but not otherwise. This was related to using raw pointer to
a structure that went out of scope inside an `unsafe` block. Making sure
that the struct lives long enough for us to use it's raw pointer.
@gabhijit gabhijit merged commit ee2f48d into main Nov 8, 2023
4 checks passed
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.

1 participant