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

Implement sendmsg to pass control messages #79

Closed
rm5248 opened this issue Nov 12, 2019 · 1 comment
Closed

Implement sendmsg to pass control messages #79

rm5248 opened this issue Nov 12, 2019 · 1 comment

Comments

@rm5248
Copy link

rm5248 commented Nov 12, 2019

I'm attempting to pass a file descriptor between two applications via dbus-java, but since this is not currently implemented correctly it seems as though I need to add support to jnr-unixsocket in order to properly pass the file descriptors between the processes. What's the best way to extend the classes in order to accomplish this task? It seems like this requires a completely new class, since the current implementation is only worried about writing messages using the write system call.

@rm5248
Copy link
Author

rm5248 commented Nov 19, 2019

This is actually already implemented as part of jnr-posix. Closing.

@rm5248 rm5248 closed this as completed Nov 19, 2019
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

No branches or pull requests

1 participant