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 grp...@googlegroups.com
Hi, We need to implement an endpoint with a custom socket... with a quick search, found "Socket_Mutator" seems a starting point, wonder anyone has experience in this respect ? how to use "SetSocketMutator" during runtime to specify the custom endpoint?
Thanks
Liping
yas...@google.com
unread,
Dec 24, 2020, 3:00:50 AM12/24/20
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
Hi,
The socket mutator API is usually used to add socket options to fds and not to use a custom endpoint altogether. Currently, gRPC C++ does not provide a public API to use a custom endpoint, so there is no straightforward to do this without getting into the gRPC internals.