Take a look at grpc_types.h <https://github.com/grpc/grpc/blob/master/include/grpc/impl/codegen/grpc_types.h#L157>, I think the channel arguments GRPC_ARG_MAX_RECEIVE_MESSAGE_LENGTH and GRPC_ARG_MAX_SEND_MESSAGE_LENGTH should help you out.
On Tuesday, March 14, 2017 at 1:59:56 AM UTC-7, Vivek M wrote: > > 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 > > On Monday, March 13, 2017 at 1:36:23 AM UTC+5:30, Vivek M wrote: >> >> 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 >> > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/c1ea408f-4b4a-4ed2-a118-96ecf2738221%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
