-
Notifications
You must be signed in to change notification settings - Fork 40
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
ResizableSharedMemory support in ZeroCopyConnection #525
Comments
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 25, 2024
17 tasks
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 26, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 26, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
Currently, the ZeroCopyConnection supports only one non-resizable data segment due to the restrictions of the underlying sample tracker. The sample tracker is the building block to recover samples from dead receivers or to verify that a receiver follows the contract and does not return samples that it does not own.
We would require a sample tracker for every shared memory segment inside the ZeroCopyConnection to support multiple segments.
The text was updated successfully, but these errors were encountered: