1XPRT_ADJUST_CWND(9)            Linux Networking            XPRT_ADJUST_CWND(9)
2
3
4

NAME

6       xprt_adjust_cwnd - adjust transport congestion window
7

SYNOPSIS

9       void xprt_adjust_cwnd(struct rpc_task * task, int result);
10

ARGUMENTS

12       task
13           recently completed RPC request used to adjust window
14
15       result
16           result code of completed RPC request
17

DESCRIPTION

19       We use a time-smoothed congestion estimator to avoid heavy oscillation.
20
22Kernel Hackers Manual 2.6.       November 2011             XPRT_ADJUST_CWND(9)
Impressum