[PATCH] RPC: add generic interface for adjusting the congestion window
authorChuck Lever <cel@netapp.com>
Thu, 25 Aug 2005 23:25:52 +0000 (16:25 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 23 Sep 2005 16:38:43 +0000 (12:38 -0400)
commit1570c1e41eabf6b7031f3e4322a2cf1cbe319fee
treeeee53757ac3e03d55b6c01bb0500996ba520a8bb
parent46c0ee8bc4ad3743de05e8b8b20201df44dcb6d3
[PATCH] RPC: add generic interface for adjusting the congestion window

 A new interface that allows transports to adjust their congestion window
 using the Van Jacobson implementation in xprt.c is provided.

 Test-plan:
 Use WAN simulation to cause sporadic bursty packet loss.  Look for
 significant regression in performance or client stability.

Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/xprt.h
net/sunrpc/xprt.c
net/sunrpc/xprtsock.c
This page took 0.027212 seconds and 5 git commands to generate.