[PATCH] Disable Nagle algorithm for RPC over TCP.
The Nagle algorithm gets in the way when sending short RPC messages to the server. The following patch from Chuck does the equivalent of setting TCP_NODELAY on the socket.
Showing
Please register or sign in to comment