]> git.neil.brown.name Git - history.git/commit
[PATCH] RPC over UDP congestion control updates [3/8]
authorTrond Myklebust <trond.myklebust@fys.uio.no>
Tue, 16 Jul 2002 08:53:56 +0000 (01:53 -0700)
committerTrond Myklebust <trond.myklebust@fys.uio.no>
Tue, 16 Jul 2002 08:53:56 +0000 (01:53 -0700)
commit9ba7d22121274656979d735d5d40518420a08364
tree10195951c869a0b96b26efe5198d38b348d93a8c
parentfa7b279e012a6d72d09e1e7873e0c0f8e06dbc15
[PATCH] RPC over UDP congestion control updates [3/8]

Improve the response to timeouts. As requests time out, we delay
timing out the remaining requests (in fact we follow exponential
backoff). This is done because we assume either that the round trip
time has been underestimated, or that the network/server is congested,
and we need to back off the resending of new requests.
include/linux/sunrpc/xprt.h
net/sunrpc/xprt.c