grpc c++ windows ipc,how can i get client process pid by client ip:port
96 views
Skip to first unread message
蒋璐源
unread,
Jul 3, 2024, 2:43:19 AM7/3/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Because grpc c++ does not use windows named pipes, I want to realize local ipc communication and ensure the security of grpc requests. I need to obtain the pid of the local process through the ip:port information in the peer() of the event request on the server side. Is there any solution? Or grpc c++ windows using socket proxy this way to ensure the stability of communication?