--- linux-2.4.22/net/sunrpc/timer.c.org 2003-12-04 10:47:01.000000000 -0500 +++ linux-2.4.22/net/sunrpc/timer.c 2003-12-04 13:46:01.000000000 -0500 @@ -8,7 +8,7 @@ #define RPC_RTO_MAX (60*HZ) #define RPC_RTO_INIT (HZ/5) -#define RPC_RTO_MIN (HZ/30) +#define RPC_RTO_MIN (HZ/10) void rpc_init_rtt(struct rpc_rtt *rt, long timeo)