diff options
author | 2023-10-11 20:36:18 +0000 | |
---|---|---|
committer | 2023-10-13 18:38:10 +0000 | |
commit | 442907b0f89717bc72cd9b07ce06ebfceb0ce89d (patch) | |
tree | a6373518c74cfaab4f837a845f99e84b2629d3d3 /libs/binder/RpcState.cpp | |
parent | 0b3e8b2ae37f2e51f3ade5dd5c8731390f7eaa63 (diff) |
RPC binder: set TCP_NDELAY
System by default cache TCP data trying to pack more data before sending
out to the wire, this cause delay in rpc communication.
Currently we set TCP_NDELAY in RpcSession, but not in RpcServer.
This CL add TCP_NDELAY to RpcServer also.
Bug: 304823925
Test: manual
Change-Id: I8bfda370a78eff9b8e0ab75e6bc2fd0a5ba743ed
Diffstat (limited to 'libs/binder/RpcState.cpp')
0 files changed, 0 insertions, 0 deletions