zeromq / czmq

High-level C binding for ØMQ
czmq.zeromq.org
Mozilla Public License 2.0
1.16k stars 523 forks source link

How to get peer PID with czmq? #2262

Open embeddedlwh opened 1 year ago

embeddedlwh commented 1 year ago

The peer PID can be obtained by passing SO_PEERCRED to getsockopt, how can this be done with czmq?

sphaero commented 4 months ago

I think you need to elaborate that? I guess this is more of a libzmq thing?