Re: Python sockets and recvmsg

2005-05-02 Thread Heiko Wundram
On Monday 02 May 2005 14:50, Heiko Wundram wrote: > How would you go about implementing this functionality? I don't think that > a standard recv() does what I want... Okay, looking at google would've been appropriate... There's Python Eunuchs... I wonder why this hasn't made it into the standard

Python sockets and recvmsg

2005-05-02 Thread Heiko Wundram
Hi all! I've read up on unix domain sockets, and I've seen that you can send out of bound messages such as sending the processes credentials over the socket. Receiving this requires to call recvmsg, which seems to be unavailable on the standard Python socket type. How would you go about implem