commit | 46c0ee8bc4ad3743de05e8b8b20201df44dcb6d3 | [log] [tgz] |
---|---|---|
author | Chuck Lever <cel@netapp.com> | Thu Aug 25 16:25:52 2005 -0700 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Sep 23 12:38:41 2005 -0400 |
tree | 6b2993ff1cefb69cc3cc40c3605d088ea2af3c98 | |
parent | 49e9a89086b3cae784a4868ca852863e4f4ea3fe [diff] |
[PATCH] RPC: separate xprt_timer implementations Allow transports to hook the retransmit timer interrupt. Some transports calculate their congestion window here so that a retransmit timeout has immediate effect on the congestion window. 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>