]> git.neil.brown.name Git - history.git/commit
A request cannot be used as part of the RTO estimation if it gets
authorTrond Myklebust <trond.myklebust@fys.uio.no>
Thu, 21 Aug 2003 11:42:05 +0000 (04:42 -0700)
committerTrond Myklebust <trond.myklebust@fys.uio.no>
Thu, 21 Aug 2003 11:42:05 +0000 (04:42 -0700)
commit5579cbd6894d83f81517c6b790c4f511f94e7976
treee9e8efb2c831ceaf179446db0215e658d4065380
parent4bdeac8fa5d5c6a4408ef42ec66a715c36fd27a6
A request cannot be used as part of the RTO estimation if it gets
resent since you don't know whether the server is replying to the
first or the second transmission. However we're currently setting
the cutoff point to be the timeout of the first transmission.

This patch moves the cutoff point to the actual start of the
retransmission.
include/linux/sunrpc/xprt.h
net/sunrpc/xprt.c