Hi Vijay,

I was also wondering if there is a way to get this. 

Lets say a client negotiates a HTTP/2 window size of 1 MB and the server 
sets its send window size to 1 MB. However if the underlying TCP socket's 
send buffer size is 64 KB (default value in FreeBSD), then I think only 
64KB of data will be in flight. This may affect the throughput.

So if there is an option to get both the FD being used for an RPC() and the 
maximum window size that has been negotiated by the client, then we can try 
to increase the send buffer size (if our system permits) in the application.

Thanks,
Vivek

On Tuesday, May 23, 2017 at 9:19:35 AM UTC+5:30, Richard Chan wrote:
>
> hi
>
> i want to get grpc server fd, to polling the fd in my code.
> is there any existing api to accomplish this ?
>
> i only see make grpc from fd in server_posix.h 
>
>

-- 
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/4d63f114-f14d-40b6-ac2c-0db6a11c6bda%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to