table of contents
other versions
- wheezy 3.2.78-1
XPRT_ADJUST_CWND(9) | Linux Networking | XPRT_ADJUST_CWND(9) |
NAME¶
xprt_adjust_cwnd - adjust transport congestion windowSYNOPSIS¶
void
xprt_adjust_cwnd(struct rpc_task * task,
int result);
ARGUMENTS¶
taskrecently completed RPC request used to adjust
window
result
result code of completed RPC request
DESCRIPTION¶
We use a time-smoothed congestion estimator to avoid heavy oscillation.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |