XPRT_ADJUST_CWND

Section: Linux Networking (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

xprt_adjust_cwnd - adjust transport congestion window  

SYNOPSIS

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

ARGUMENTS

task

recently 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