(#tf2gyoq) Thanks, @movq@www.uninformativ.de! That seems to be much easier. Itβs already implemented in the Python docs as examples of recvmsg(β¦)
and sendmsg(β¦)
:
- https://docs.python.org/3/library/socket.html#socket.socket.recvmsg
- https://docs.python.org/3/library/socket.html#socket.socket.sendmsg
I looked at them sooo many times in order to figure out why my SCM_CREDENTIALS
sending code didnβt work. :-D
#ofspoqa