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,
I am using C++ synchronous streaming server and hence basically need a fatter pipe for streaming large sized data (max ~250 KB payload) to avoid blocking write. I would like to know how do I increase send socket buffer size of an accepted connection.
Any pointers would help.
Thanks, Vivek
Vivek M
unread,
Mar 14, 2017, 4:59:56 AM3/14/17
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,
Any takers? I am looking for an API to do this. And also how will it affect flow control between the gRPC endpoints.
Thanks, Vivek
ncte...@google.com
unread,
Mar 14, 2017, 7:05:10 PM3/14/17
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
Take a look at grpc_types.h, I think the channel arguments GRPC_ARG_MAX_RECEIVE_MESSAGE_LENGTH and GRPC_ARG_MAX_SEND_MESSAGE_LENGTH should help you out.