python-dbus-next icon indicating copy to clipboard operation
python-dbus-next copied to clipboard

Support unix fds

Open acrisci opened this issue 5 years ago • 0 comments

@michallowasrzechonek-silvair has pointed out that unix fds probably don't work.

By looking at the code I don't think it actually works...

As far as I understand, it's not enough to just marshall the descriptor value - one should use sendmsg and recvmsg on the socket in order to receive ancillary SOL_SOCKET data.

Write a test for unix fds and make them work correctly. Add any helper methods required to make this easy to use.

acrisci avatar Jan 11 '20 15:01 acrisci