]> git.neil.brown.name Git - history.git/commit
[PATCH] Fix typo in net/sunrpc/xprt.c
authorTrond Myklebust <trond.myklebust@fys.uio.no>
Thu, 18 Jul 2002 13:11:48 +0000 (06:11 -0700)
committerTrond Myklebust <trond.myklebust@fys.uio.no>
Thu, 18 Jul 2002 13:11:48 +0000 (06:11 -0700)
commit389a588417f002e1b126f895342cc8b736e168fb
treefb7e976811b6bdb3c5550489623e28d942b831c1
parentdf458c0092f7dcaa082592533cc6661b1a31737f
[PATCH] Fix typo in net/sunrpc/xprt.c

The appended patch fixes a typo in net/sunrpc/xprt.c: We want to
ensure that we play safe, and only increment the UDP congestion window
when we have successfully transmitted a full frame of data.

In addition, we should perhaps still 'slow start' the UDP congestion
code rather than assuming that we can immediately fire off 8
requests. IOW revert the value of RPC_INITCWND.
include/linux/sunrpc/xprt.h
net/sunrpc/xprt.c