1XPRT_ADJUST_CWND(9) Linux Networking XPRT_ADJUST_CWND(9)
23
4
NAME
6xprt_adjust_cwnd - adjust transport congestion window
7
SYNOPSIS
9void xprt_adjust_cwnd(struct rpc_task * task, int result);
10
ARGUMENTS
12task
13recently completed RPC request used to adjust window
1415
result
16result code of completed RPC request
17
DESCRIPTION
19We use a time-smoothed congestion estimator to avoid heavy oscillation.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. November 2011 XPRT_ADJUST_CWND(9)