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       The transport code maintains an estimate on the maximum number of out-
20       standing RPC requests, using a smoothed version of the congestion
21       avoidance implemented in 44BSD. This is basically the Van Jacobson
22

CONGESTION ALGORITHM

24       If a retransmit occurs, the congestion window is halved; otherwise, it
25       is incremented by 1/cwnd when
26
27       - a reply is received and - a full number of requests are outstanding
28       and - the congestion window hasnĀ“t been updated recently.
29
31Kernel Hackers Manual 2.6.         June 2019               XPRT_ADJUST_CWND(9)
Impressum