You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2019/04/16 09:47:13 UTC

[GitHub] [incubator-brpc] lingbin opened a new pull request #733: Add a gflag to enable tcp keepalive

lingbin opened a new pull request #733: Add a gflag to enable tcp keepalive
URL: https://github.com/apache/incubator-brpc/pull/733
 
 
   Fix #731 
   
   The gflag name is `socket_server_tcp_keepalive`
   
   TCP keepalive can keeps connections active by enabling the periodic
   transmission of messages
   
   Enable this option to help the server release resources early
   when the client is disconnected abnormally, such as power down

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org